index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-20 09:01:46 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-20 09:01:46 +0200 |
commit | c3b83eb5988bff1534445502957eaa91f11b4dac (patch) | |
tree | 9c87473deefc2c3bf1aebfb6327a5f2741351252 /lib | |
parent | c681b098f53f8fd86cbe720f643c1a528d2f2f60 (diff) |
-rwxr-xr-x | lib/load-configuration | 2 |
diff --git a/lib/load-configuration b/lib/load-configuration index 8da872a..5eb65ad 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -129,7 +129,7 @@ fi if ! ${i_am_the_master} && \ [ -r "${base_dir}/conf/slave.conf" ]; then - # shellcheck source=/dev/null + # shellcheck source=../conf/slave.conf.example . "${base_dir}/conf/slave.conf" fi |