mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Fix: _install_log()
This commit is contained in:
parent
f9b1eab556
commit
de38aa0f9e
@ -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 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"
|
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'"
|
sudo mkdir $raspap_dir/system || _install_status 1 "Unable to create directory '$raspap_dir/system'"
|
||||||
|
|
||||||
# Copy debug shell script
|
# Copy debug shell script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user