index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/ping-from-slave | 2 |
diff --git a/bin/ping-from-slave b/bin/ping-from-slave index afaf018..92bee57 100755 --- a/bin/ping-from-slave +++ b/bin/ping-from-slave @@ -5,7 +5,7 @@ # - show that the build is still running # - get notified by the build master if the build is not necessary anymore -# shellcheck source=conf/default.conf +# shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" # TODO: receive/save some statistics about current build |