Explorar el Código

Update linkwarden.sh

tweak
tteckster hace 1 año
padre
commit
778c58f49e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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