Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix logging typo #1518

Merged
merged 1 commit into from Feb 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion installers/common.sh
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