소스 검색

Update uptimekuma-update.sh

add directory check
tteckster 2 년 전
부모
커밋
e36b17de13
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      misc/uptimekuma-update.sh

+ 1 - 0
misc/uptimekuma-update.sh

@@ -45,6 +45,7 @@ function msg_ok() {
     echo -e "${BFR} ${CM} ${GN}${msg}${CL}"
 }
 
+if [ ! -d "/opt/uptime-kuma" ]; then echo -e "No Uptime Kuma Directory Found."; exit; fi
 
 msg_info "Stopping ${APP}"
 sudo systemctl stop uptime-kuma &>/dev/null