diff --git a/run.sh b/run.sh index 6b785e19..d0f5a02c 100755 --- a/run.sh +++ b/run.sh @@ -39,5 +39,5 @@ if [ "$1" != "service" ]; then #echo -e "\e[92m\e[1mLinUPx update completed\e[0m" fi fi -./nodemgmt-scripts.sh $1 $2 $3 $4 +/opt/idssys/nodemgmt/nodemgmt-scripts.sh $1 $2 $3 $4 exit 0