From 4cc88a881fcf2fb1951cd8eb754582c9891a4f90 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 ff4fefcf..c54c4d32 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -563,7 +563,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 } @@ -608,7 +607,6 @@ function _default_configuration() { fi _install_status 0 - exit 0 fi }