shynet/shynet/entrypoint.sh
2020-05-02 12:35:47 -04:00

8 lines
106 B
Bash
Executable File

#!/bin/bash
if [[ ! $PERFORM_CHECKS_AND_SETUP == False ]]; then
./startup_checks.sh
fi
./webserver.sh