Skip to content

Commit

Permalink
extend service handling durin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Nov 3, 2023
1 parent c296726 commit ee87873
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/helperscripts/setup_autohotspot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ if [ "${AUTOHOTSPOTconfig}" == "YES" ]; then
${apt_get} install dnsmasq hostapd iw
sudo systemctl unmask hostapd
sudo systemctl disable hostapd
sudo systemctl stop hostapd
sudo systemctl unmask dnsmasq
sudo systemctl disable dnsmasq
sudo systemctl stop dnsmasq

# configure DNS
# create flag file or copy present conf to orig file
Expand Down

0 comments on commit ee87873

Please sign in to comment.