소스 검색

Update pialert-install.sh

tweak
tteckster 1 년 전
부모
커밋
0554641b83
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/pialert-install.sh

+ 1 - 1
install/pialert-install.sh

@@ -56,7 +56,7 @@ msg_ok "Installed Python Dependencies"
 msg_info "Installing Pi.Alert (Patience)"
 git clone -q https://github.com/leiweibau/Pi.Alert.git /opt/pialert
 mkdir -p /opt/pialert/front/reports
-rm -rf /var/www/html/index.html /opt/pialert/{docs,install,tar}
+rm -rf /var/www/html/index.html
 mv /var/www/html/index.lighttpd.html /var/www/html/index.lighttpd.html.old
 ln -s /opt/pialert/install/index.html /var/www/html/index.html
 ln -s /opt/pialert/front /var/www/html/pialert