From 3e4857dc67bd6189de149a1e501167b5cdafc3f9 Mon Sep 17 00:00:00 2001 From: TCH Date: Thu, 8 Feb 2024 23:15:18 +0100 Subject: [PATCH] fix logging typo nothing major --- installers/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/common.sh b/installers/common.sh index 8761f941..383705be 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -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)