mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Update pialert_uninstall.sh
This commit is contained in:
@@ -41,11 +41,11 @@ main() {
|
|||||||
|
|
||||||
# Uninstall prrocess
|
# Uninstall prrocess
|
||||||
print_header "Removing files"
|
print_header "Removing files"
|
||||||
sudo rm -r "$PIALERT_HOME"
|
sudo rm -r "$PIALERT_HOME" 2>&1 >> "$LOG"
|
||||||
sudo rm "$LIGHTTPD_CONF_DIR/pialert"
|
sudo rm "$WEBROOT/pialert" 2>&1 >> "$LOG"
|
||||||
sudo rm "$LIGHTTPD_CONF_DIR/conf-available/pialert_front.conf"
|
sudo rm "$LIGHTTPD_CONF_DIR/conf-available/pialert_front.conf" 2>&1 >> "$LOG"
|
||||||
sudo rm "$LIGHTTPD_CONF_DIR/conf-enabled/pialert_front.conf"
|
sudo rm "$LIGHTTPD_CONF_DIR/conf-enabled/pialert_front.conf" 2>&1 >> "$LOG"
|
||||||
sudo rm -r /var/cache/lighttpd/compress/pialert
|
sudo rm -r /var/cache/lighttpd/compress/pialert 2>&1 >> "$LOG"
|
||||||
|
|
||||||
# Removing
|
# Removing
|
||||||
print_header "Removing Pi.Alert DNS name"
|
print_header "Removing Pi.Alert DNS name"
|
||||||
|
|||||||
Reference in New Issue
Block a user