From 27c34aa297d233c895c1fc7975e7e808aa883cfd Mon Sep 17 00:00:00 2001 From: EWouters Date: Wed, 15 Mar 2017 17:24:42 +1300 Subject: [PATCH] Removed -p flag to create home dir As described in #165 ( fc14664) it is not desirable. --- auto_install/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_install/install.sh b/auto_install/install.sh index f75d8c0..5890c41 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -1016,7 +1016,7 @@ confOVPN() { # verify server name to strengthen security $SUDO sed -i "s/SRVRNAME/${SERVER_NAME}/" /etc/openvpn/easy-rsa/pki/Default.txt - $SUDO mkdir -p "/home/$pivpnUser/ovpns" + $SUDO mkdir "/home/$pivpnUser/ovpns" $SUDO chmod 0777 -R "/home/$pivpnUser/ovpns" }