diff --git a/bin/ovpn_copy_server_files b/bin/ovpn_copy_server_files index 46b91a5..e5d6195 100755 --- a/bin/ovpn_copy_server_files +++ b/bin/ovpn_copy_server_files @@ -27,5 +27,6 @@ pki/ca.crt --files-from - \ "$OPENVPN/" "$TARGET" ln --symbolic --force ../openvpn.conf ../ovpn_env.sh "$TARGET" +mkdir -p "$TARGET/ccd" echo "Created the openvpn configuration for the server: $TARGET"