diff --git a/wifi/hotspot.py b/wifi/hotspot.py index c291c5bd..1a35da24 100755 --- a/wifi/hotspot.py +++ b/wifi/hotspot.py @@ -127,7 +127,7 @@ class Server: if __name__ == "__main__": - s = Server("/tmp/hotspot.socket") + s = Server("/var/www/hotspot.socket") s.daemonize() while True: try: