소스 검색

Update linkwarden.sh

tweak
tteckster 1 년 전
부모
커밋
c95f5dec17
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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."
+  echo "Exiting script.${CL}"
   systemctl start linkwarden
   exit
 fi