Removed the --dry-run from rsync. Make it actually do something.
This commit is contained in:
parent
5e514721ff
commit
3c64367583
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user