Browse Source

Update linkwarden.sh

tweak
tteckster 1 năm trước cách đây
mục cha
commit
778c58f49e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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