diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-20 08:40:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 61aeed196b412ca0c57a8b7a52593215752f1e37 (patch) | |
| tree | e8dd1e70cebc0e9459e4b316f664d1476ff6997a /buetow.org.sh | |
| parent | 39ad6ec3be66ef5c1a9ac99e34a616ebdcf1dab7 (diff) | |
some log bugfixing, also add another alternate config file path
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index 60113e1..a1f312b 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -18,6 +18,8 @@ set -e if [[ -n "$CONFIG_FILE_PATH" ]]; then source "$CONFIG_FILE_PATH" +elif [[ -f ~/.config/buetow.org.conf ]]; then + source ~/.config/buetow.org.conf else source ./buetow.org.conf fi |
