Removed the --dry-run from rsync. Make it actually do something.

This commit is contained in:
Robin Schneider 2015-03-12 23:49:49 +01:00
parent 5e514721ff
commit 3c64367583
No known key found for this signature in database
GPG Key ID: 489A4D5EC353C98A

View File

@ -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"