mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
fix logging typo
nothing major
This commit is contained in:
parent
ce63e48445
commit
3e4857dc67
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ function _default_configuration() {
|
|||
echo "Moving dhcpcd systemd unit control file to /lib/systemd/system/"
|
||||
sudo mv $webroot_dir/installers/dhcpcd.service /lib/systemd/system/ || _install_status 1 "Unable to move dhcpcd.service file"
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable dhcpcd.service || _install_status 1 "Failed to enable raspap.service"
|
||||
sudo systemctl enable dhcpcd.service || _install_status 1 "Failed to enable dhcpcd.service"
|
||||
fi
|
||||
|
||||
# Set correct DAEMON_CONF path for hostapd (Ubuntu20 + Armbian22)
|
||||
|
|
Loading…
Reference in a new issue