index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-25 10:50:24 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-25 10:50:24 +0200 |
commit | 80103377b779450c3a470ddaa2d620c9fdf75491 (patch) | |
tree | 9f73ce05f392fbb5c8ef16f27faf055f93cb77ed /bin/clean-cache | |
parent | 673592f9fd24a26565fc6ebfbd4db6832d4b2b38 (diff) |
-rwxr-xr-x | bin/clean-cache | 4 |
diff --git a/bin/clean-cache b/bin/clean-cache index 251d1de..b83e30f 100755 --- a/bin/clean-cache +++ b/bin/clean-cache @@ -2,8 +2,8 @@ # shellcheck disable=SC2119,SC2120 -# shellcheck source=../conf/default.conf -. "${0%/*}/../conf/default.conf" +# shellcheck source=../lib/load-configuration +. "${0%/*}/../lib/load-configuration" if [ $# -eq 0 ]; then dummynator='sudo' |