Not starting pyload after upgrade
This commit is contained in:
@@ -68,9 +68,11 @@ WantedBy=multi-user.target"
|
||||
step_10_info() { echo "Upgrade to latest version of branch $toolBranch"; }
|
||||
step_10_alias() { ALIAS="upgrade"; }
|
||||
step_10() {
|
||||
exe service $toolName stop
|
||||
exe cd $toolLoc
|
||||
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
|
||||
|
Reference in New Issue
Block a user