diff options
author | Michaël Ball <git@michaelball.name> | 2021-11-21 22:32:25 +0000 |
---|---|---|
committer | Michaël Ball <git@michaelball.name> | 2021-11-21 22:32:25 +0000 |
commit | 9bd0e8cdc0db5a2698905d523c1663e514ee8989 (patch) | |
tree | cd8820380cb8cf5e8200c51191a610f2a2af3f91 | |
parent | 3de82782746019f605456d57226815eb9aac8369 (diff) |
Fix typo
-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 |