From ada6cbf4d32f8e480eaede40108842c62a11756f Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 21 Oct 2023 08:59:13 +0100 Subject: [PATCH] Minor: remove whitespace + exit status --- installers/common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/installers/common.sh b/installers/common.sh index 1ad76937..cae95f76 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -627,7 +627,6 @@ function _check_for_old_configs() { sudo ln -sf "${raspap_dir}/backups/${filename}.`date +%F-%R`" "${raspap_dir}/backups/${filename}" fi done - fi _install_status 0 } @@ -672,7 +671,6 @@ function _default_configuration() { fi _install_status 0 - exit 0 fi }