diff --git a/seqs/pyload.sh b/seqs/pyload.sh index ee71693..d8e4e74 100755 --- a/seqs/pyload.sh +++ b/seqs/pyload.sh @@ -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