From 7407945da0a2d871098456ca2d9a34390aefa344 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 11:57:06 -0600 Subject: [PATCH] Update run.sh --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 3b4dddd..d1f7ef2 100755 --- a/run.sh +++ b/run.sh @@ -16,6 +16,6 @@ if [ "$1" != "update" ] && [ "$1" != "up" ]; then fi fi -/opt/idssys/linupx-scripts.sh $1 $2 +/opt/idssys/LinUpx/linupx-scripts.sh $1 $2 exit 0