summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Ball <git@michaelball.name>2021-11-21 22:32:25 +0000
committerMichaël Ball <git@michaelball.name>2021-11-21 22:32:25 +0000
commit9bd0e8cdc0db5a2698905d523c1663e514ee8989 (patch)
treecd8820380cb8cf5e8200c51191a610f2a2af3f91
parent3de82782746019f605456d57226815eb9aac8369 (diff)
Fix typo
-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