Skip to content

Commit

Permalink
Fix: _install_log()
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Nov 7, 2023
1 parent f9b1eab commit de38aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de38aa0

Please sign in to comment.