Merge pull request #1518 from NL-TCH/patch-2

fix logging typo
This commit is contained in:
Bill Zimmerman 2024-02-09 08:23:56 +01:00 committed by GitHub
commit 4c6b01729e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)