Update run.sh
This commit is contained in:
2
run.sh
2
run.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user