From 31ab2027445d804654b4428501443c624f899b82 Mon Sep 17 00:00:00 2001 From: pucherot Date: Wed, 27 Jan 2021 17:09:25 +0100 Subject: [PATCH] Update pialert_update.sh --- install/pialert_update.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install/pialert_update.sh b/install/pialert_update.sh index 72c3e67c..03aabf96 100644 --- a/install/pialert_update.sh +++ b/install/pialert_update.sh @@ -143,8 +143,6 @@ update_db() { print_msg "- Updating DB permissions..." sudo chgrp -R www-data $PIALERT_HOME/db 2>&1 >> "$LOG" chmod -R 770 $PIALERT_HOME/db 2>&1 >> "$LOG" - - return } # ------------------------------------------------------------------------------