Update run.sh

This commit is contained in:
2019-01-27 14:44:20 -06:00
parent c874cd4d7c
commit 3d58228e5f

2
run.sh
View File

@@ -12,10 +12,10 @@ if [ "$1" != "backup" ]; then
git repack -ad >/dev/null 2>&1
git prune >/dev/null 2>&1
git pull >/dev/null 2>&1
git submodule foreach git pull origin master
#echo ""
#echo -e "\e[92m\e[1mLinUPx update completed\e[0m"
fi
git submodule foreach git pull origin master
fi
./nodemgmt-scripts.sh $1 $2
exit 0