From 61214dd7b5a5ca44d74390932c49f92a9866083e Mon Sep 17 00:00:00 2001
From: sspark <sspark@onioi.com>
Date: Tue, 14 Feb 2023 09:10:42 +0000
Subject: [PATCH] fix 0.9.12 wifi none psk issue
---
gwinstall.sh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gwinstall.sh b/gwinstall.sh
index be858b7..48b423b 100755
--- a/gwinstall.sh
+++ b/gwinstall.sh
@@ -31,6 +31,7 @@
" | sudo tee /etc/systemd/system/tunnel.service > /dev/null
sudo systemctl daemon-reload
+ sudo systemctl stop tunnel
sudo systemctl start tunnel
sudo systemctl enable tunnel
sudo systemctl status tunnel
--
Gitblit v1.9.3