diff options
Diffstat (limited to 'vpn.sh')
-rwxr-xr-x | vpn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/bash ON_COLOR=${ON_COLOR:-"#00FF00"} -OFF_COLOR=${ON_COLOR:-"#FF0000"} +OFF_COLOR=${OFF_COLOR:-"#FF0000"} while getopts O:o:h opt; do case "$opt" in |