Archived
1
0
Fork 0

fix: exec weewxd in entrypoint.sh

This commit is contained in:
Daniel Kempkens 2023-06-22 20:45:42 +02:00
parent 1d1bf57952
commit f8c6d8052b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -74,7 +74,7 @@ if [ "$1" = "--gen-test-config" ]; then
fi fi
if [ "$1" = "--shell" ]; then if [ "$1" = "--shell" ]; then
/bin/sh /bin/bash
exit $? exit $?
fi fi
@ -90,4 +90,4 @@ if [ ! -f "${CONF_FILE}" ]; then
exit 1 exit 1
fi fi
./bin/weewxd "$@" exec ./bin/weewxd "$@"