Added double square brackets to avoid: -bash: [: too many arguments error
This commit is contained in:
		| @@ -29,7 +29,7 @@ provider=$1 | ||||
|  | ||||
| for configFile in $provider/*.ovpn; | ||||
| 	do | ||||
| 		if [ -h ${configFile} ]; | ||||
| 		if [[ -h ${configFile} ]]; | ||||
| 		then | ||||
| 			continue # Don't edit symbolic links (default.ovpn) | ||||
| 		fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user