Web service voor het LED-display
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
led-display/harambee_led_bord/shell_scripts/supervisord_entrypoint.sh

12 lines
183 B

#!/usr/bin/env sh
set -e
npm run build
source ./shell_scripts/auto_pipenv.sh
auto_pipenv_shell
if [ $# -eq 0 ] || [ "${1#-}" != "$1" ]; then
set -- supervisord "$@"
fi
exec "$@"