From 688e79cfd81efdd6b4971de505c27fc8e80e1825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gizem=20G=C3=BCr?= Date: Thu, 19 Apr 2018 22:18:54 +0300 Subject: [PATCH] Update openvpn-install.sh --- openvpn-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c26ff23..cb6dfec 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -1,7 +1,6 @@ #!/bin/bash # OpenVPN road warrior installer for Debian and Ubuntu - # Detect Debian users running the script with "sh" instead of bash if readlink /proc/$$/exe | grep -qs "dash"; then echo "This script needs to be run with bash, not sh"