diff --git a/bin/ovpn_copy_server_files b/bin/ovpn_copy_server_files index 10e6ca6..91c6476 100755 --- a/bin/ovpn_copy_server_files +++ b/bin/ovpn_copy_server_files @@ -29,6 +29,6 @@ rsync --recursive --verbose --prune-empty-dirs \ --include "/openvpn.conf" \ --include "/ovpn_env.sh" \ --exclude="*" \ - "$OPENVPN/" "$TARGET" -n + "$OPENVPN/" "$TARGET" echo "Created the openvpn configuration for the server: $TARGET"