Make sure the wifi password adheres to the hostapd rules

This commit is contained in:
Ana Custura 2026-03-12 10:55:02 +00:00
parent e79969805d
commit 3d83c96586
3 changed files with 9 additions and 4 deletions

View file

@ -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)