index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 2 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index 86fa645..8806fe2 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -1,6 +1,6 @@ #!/bin/sh -# shellcheck source=conf/default.conf +# shellcheck source=../conf/default.conf . "${0%/*}/../conf/default.conf" # TODO: this should become some sort of mysql dump to bootstrap the |