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