From de38aa0f9e6651932cad5e8d82c6fb2f20d563bf Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 7 Nov 2023 14:06:43 +0000 Subject: [PATCH] Fix: _install_log() --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index a4b9c17c..0af9b920 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -745,7 +745,7 @@ function _patch_system_files() { sudo cp "$webroot_dir/installers/raspap.sudoers" $raspap_sudoers || _install_status 1 "Unable to apply raspap.sudoers to $raspap_sudoers" sudo chmod 0440 $raspap_sudoers || _install_status 1 "Unable to change file permissions for $raspap_sudoers" - install_log "Creating RaspAP debug log control script" + _install_log "Creating RaspAP debug log control script" sudo mkdir $raspap_dir/system || _install_status 1 "Unable to create directory '$raspap_dir/system'" # Copy debug shell script