소스 검색

Update pialert.sh

tweak
tteckster 1 년 전
부모
커밋
16bdcb3cb1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      ct/pialert.sh

+ 0 - 1
ct/pialert.sh

@@ -53,7 +53,6 @@ function default_settings() {
 function update_script() {
 function update_script() {
 header_info
 header_info
 if [[ ! -d /opt/pialert ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
 if [[ ! -d /opt/pialert ]]; then msg_error "No ${APP} Installation Found!"; exit; fi
-msg_info "Updating $APP"
 update
 update
 msg_ok "Updated $APP"
 msg_ok "Updated $APP"
 }
 }