From 7abb25ea0557bab36796bce7a32c2fdb5f4514aa Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Fri, 17 Apr 2020 18:15:07 +0200 Subject: [PATCH] Not starting pyload after upgrade --- seqs/pyload.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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