Skip to content

Commit

Permalink
Merge pull request #1518 from NL-TCH/patch-2
Browse files Browse the repository at this point in the history
fix logging typo
  • Loading branch information
billz committed Feb 9, 2024
2 parents ce63e48 + 3e4857d commit 4c6b017
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 @@ -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)
Expand Down

0 comments on commit 4c6b017

Please sign in to comment.