From 0554641b835d095452a6fdb6cfbfa8da6c491b3c Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Sep 2023 22:53:33 -0400 Subject: [PATCH] Update pialert-install.sh tweak --- install/pialert-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index 90a5626d..4fd3078a 100644 --- a/install/pialert-install.sh +++ b/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