Not starting pyload after upgrade

This commit is contained in:
2020-04-17 18:15:07 +02:00
parent 8371eefa97
commit 7abb25ea05

View File

@@ -68,9 +68,11 @@ WantedBy=multi-user.target"
step_10_info() { echo "Upgrade to latest version of branch $toolBranch"; } step_10_info() { echo "Upgrade to latest version of branch $toolBranch"; }
step_10_alias() { ALIAS="upgrade"; } step_10_alias() { ALIAS="upgrade"; }
step_10() { step_10() {
exe service $toolName stop
exe cd $toolLoc exe cd $toolLoc
exe git pull exe git pull
exe service $toolName restart echo " [I] Service is not started automatically"
echo " Do so manually with: service $toolName start"
} }
VERSION_SEQREV=10 VERSION_SEQREV=10