summaryrefslogtreecommitdiff
path: root/vpn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vpn.sh')
-rwxr-xr-xvpn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpn.sh b/vpn.sh
index 452f326..0a973e1 100755
--- a/vpn.sh
+++ b/vpn.sh
@@ -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