Make sure the wifi password adheres to the hostapd rules
This commit is contained in:
parent
e79969805d
commit
3d83c96586
3 changed files with 9 additions and 4 deletions
|
|
@ -219,7 +219,7 @@ def check_settings(raspap_installed: bool):
|
|||
run(["sudo", "reboot"])
|
||||
|
||||
if __name__ == "__main__":
|
||||
raspap_installed = os.path.exists("/var/www/html/raspapd")
|
||||
raspap_installed = os.path.exists("/var/www/html/raspap")
|
||||
while True:
|
||||
print("Sleep 10 sec")
|
||||
check_settings(raspap_installed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue