Skip to content

Commit

Permalink
Closes #57 make wag process take over bash so we get signals
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Aug 16, 2023
1 parent 93c403c commit 947175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ if [ ! -f /cfg/config.json ]; then
fi

echo "WAG: start"
/usr/bin/wag start -config /cfg/config.json
exec /usr/bin/wag start -config /cfg/config.json

0 comments on commit 947175f

Please sign in to comment.