summaryrefslogtreecommitdiff
path: root/buetow.org.sh
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-20 08:40:59 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit61aeed196b412ca0c57a8b7a52593215752f1e37 (patch)
treee8dd1e70cebc0e9459e4b316f664d1476ff6997a /buetow.org.sh
parent39ad6ec3be66ef5c1a9ac99e34a616ebdcf1dab7 (diff)
some log bugfixing, also add another alternate config file path
Diffstat (limited to 'buetow.org.sh')
-rwxr-xr-xbuetow.org.sh2
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