From 697c622f76c1f2cca75d267343b1e45a406af2cc Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 10 Jul 2025 22:26:53 -0700 Subject: [PATCH] Return _install_status 0 --- installers/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/common.sh b/installers/common.sh index 4bb34618..28014b61 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -783,6 +783,7 @@ function _install_raspap_hostapd() { _install_log "Installing RaspAP hostapd@.service" sudo cp $webroot_dir/installers/hostapd@.service /etc/systemd/system/ || _install_status 1 "Unable to copy hostapd@.service file" sudo systemctl daemon-reload + _install_status 0 } # Configure IP forwarding, set IP tables rules, prompt to install RaspAP daemon