From df3d84b570e48057a360f7053a98d792d8c825be Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 20 Mar 2020 09:16:18 +0000 Subject: [PATCH] Postpone start of raspap.service --- installers/common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 16cc2e01..e1a490bf 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -322,7 +322,6 @@ function enable_raspap_daemon() { sudo cp $webroot_dir/installers/raspap.service /etc/systemd/system/ || install_error "Unable to move raspap.service file" sudo systemctl daemon-reload sudo systemctl enable raspap.service || install_error "Failed to enable raspap.service" - sudo systemctl start raspap.service || intall_error "Unable to start raspap.service" } # Add a single entry to the sudoers file