diff options
-rwxr-xr-x | sbonewmaint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbonewmaint b/sbonewmaint index 189bc23..742edb5 100755 --- a/sbonewmaint +++ b/sbonewmaint @@ -1,5 +1,6 @@ #!/bin/sh +# read config fresh, rather than use the env. if [ -e ~/.sbostuff.cfg ]; then source ~/.sbostuff.cfg else |