浏览代码

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