Testing executable flag

This commit is contained in:
2024-01-15 19:29:56 -06:00
parent 2e2c253f65
commit 550665a908

View File

@@ -3,6 +3,7 @@ source ContainerTools
SNAME=${BASH_SOURCE##*/} SNAME=${BASH_SOURCE##*/}
WORKDIR="/var/www/pterodactyl" WORKDIR="/var/www/pterodactyl"
#
# If DBHOST value is present, pause boot until target container is up. # If DBHOST value is present, pause boot until target container is up.
if [ -n "$DBHOST" ]; then if [ -n "$DBHOST" ]; then
log "Waiting for SQL at $DBHOST:${DBPORT:=3306}" log "Waiting for SQL at $DBHOST:${DBPORT:=3306}"