From 4bd186d64ccf0b64590d062462eb4212c5fd444c Mon Sep 17 00:00:00 2001 From: tcely Date: Sat, 27 Apr 2019 19:13:31 -0400 Subject: Update entrypoint.sh entrypoint.sh process should be replaced by abuild --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f0f0066..23111d0 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,4 +13,4 @@ if [ ! -r "$HOME/.abuild/abuild.conf" ]; then abuild-keygen -n -i -a fi -abuild "$@" +exec "$(command -v abuild)" "$@" -- cgit v1.2.3