From 6f91d199d805a69e8637b9b52fbf672e0046734f Mon Sep 17 00:00:00 2001 From: Donald Cheng Hong Zou Date: Fri, 3 Sep 2021 14:23:08 -0400 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 6b4aa32..abb2080 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -21,7 +21,7 @@ install_wgd(){ # Check Python3 version version_pass=$(python3 -c 'import sys; print("1") if (sys.version_info.major == 3 and sys.version_info.minor >= 7) else print("0");') if [ $version_pass == "0" ] - then echo "| Wireguard Dashboard required Python3.7+ |\n" + then printf "| Wireguard Dashboard required Python3.7+ |\n" exit 1 fi rm db/hi.txt > /dev/null 2>&1