Browse Source

Update linkwarden.sh

tweak
tteckster 1 year ago
parent
commit
778c58f49e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ct/linkwarden.sh

+ 1 - 1
ct/linkwarden.sh

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