ovpn_copy_server_files: Use short flags with rm
* The busybox tool in the alpine distro doesn't support long flags.
This commit is contained in:
		@@ -19,7 +19,7 @@ fi
 | 
			
		||||
mkdir -p "${TARGET}"
 | 
			
		||||
 | 
			
		||||
## Ensure that no other keys then the one for the server is present.
 | 
			
		||||
rm --recursive --force "$TARGET/pki/private" "$TARGET/pki/issued"
 | 
			
		||||
rm -rf "$TARGET/pki/private" "$TARGET/pki/issued"
 | 
			
		||||
 | 
			
		||||
FILES=(
 | 
			
		||||
    "openvpn.conf"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user