瀏覽代碼

Update pialert-install.sh

tweak
tteckster 1 年之前
父節點
當前提交
e09013a8df
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      install/pialert-install.sh

+ 2 - 2
install/pialert-install.sh

@@ -52,7 +52,7 @@ $STD pip3 install fritzconnection
 $STD pip3 install cryptography
 msg_ok "Installed Python Dependencies"
 
-msg_info "Installing Pi.Alert (Patience)"
+msg_info "Installing Pi.Alert"
 curl -sL https://github.com/leiweibau/Pi.Alert/raw/main/tar/pialert_latest.tar | tar xvf - -C /opt >/dev/null 2>&1
 
 rm /var/www/html/index.html
@@ -82,7 +82,7 @@ ln -s "/opt/pialert/log/pialert.webservices.log" "/opt/pialert/front/php/server/
 sed -i 's#PIALERT_PATH\s*=\s*'\''/home/pi/pialert'\''#PIALERT_PATH           = '\''/opt/pialert'\''#' /opt/pialert/config/pialert.conf
 msg_ok "Installed Pi.Alert"
 
-msg_info "Start Pi.Alert Scan"
+msg_info "Start Pi.Alert Scan (Patience)"
 $STD python3 /opt/pialert/back/pialert.py update_vendors
 $STD python3 /opt/pialert/back/pialert.py internet_IP
 $STD python3 /opt/pialert/back/pialert.py 1