fix: exec weewxd in entrypoint.sh
This commit is contained in:
parent
1d1bf57952
commit
f8c6d8052b
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ if [ "$1" = "--gen-test-config" ]; then
|
|||
fi
|
||||
|
||||
if [ "$1" = "--shell" ]; then
|
||||
/bin/sh
|
||||
/bin/bash
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
@ -90,4 +90,4 @@ if [ ! -f "${CONF_FILE}" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
./bin/weewxd "$@"
|
||||
exec ./bin/weewxd "$@"
|
||||
|
|
Reference in a new issue