Ver código fonte

Update linkwarden.sh

tweak
tteckster 1 ano atrás
pai
commit
778c58f49e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      ct/linkwarden.sh

+ 1 - 1
ct/linkwarden.sh

@@ -57,7 +57,7 @@ msg_info "Updating $APP"
 systemctl stop linkwarden
 systemctl stop linkwarden
 cd /opt/linkwarden
 cd /opt/linkwarden
 if git pull | grep 'Already up to date'; then
 if git pull | grep 'Already up to date'; then
-  echo "Exiting script.${CL}"
+  echo -e "Exiting script.${CL}"
   systemctl start linkwarden
   systemctl start linkwarden
   exit
   exit
 fi
 fi