diff --git a/run.sh b/run.sh index d212af6d..c341944c 100755 --- a/run.sh +++ b/run.sh @@ -27,5 +27,5 @@ if [ "$1" != "backup" ]; then #echo -e "\e[92m\e[1mLinUPx update completed\e[0m" fi fi -./nodemgmt-scripts.sh $1 $2 +./nodemgmt-scripts.sh $1 $2 $3 $4 exit 0