Skip to content

Commit

Permalink
Merge pull request #67 from andysheen/master
Browse files Browse the repository at this point in the history
added reboot to remove hotspot name inconsistencies
  • Loading branch information
mikevanis authored Mar 2, 2021
2 parents 6faee5a + 35ae122 commit 4ed76f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/cfgsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
with open(hostConfigFileName, "w") as file:
file.writelines(hostConfigFile)
print("Updated hostapd.conf.")
# os.system("sudo reboot now")
os.system("sudo reboot now")
1 change: 0 additions & 1 deletion os/modules/naturewatchcamera/end_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@

set -x
set -e

0 comments on commit 4ed76f4

Please sign in to comment.