🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-12 22:33:46 -04:00
parent f307de69c1
commit 8a38f0da79
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F

View File

@ -122,7 +122,6 @@ fi
mkdir -p "/data/htdocs/www" && cd "/data/htdocs/www" || exit 10
if [ -z "$1" ] && [ -z "$(ls -A "/data/htdocs/www"/* 2>/dev/null)" ]; then
cp -Rf "/usr/local/share/template-files/data/htdocs/www/." "/data/htdocs/www/"
RUN_SCRIPT="src/index.ts"
fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Additional commands
@ -167,7 +166,7 @@ bun)
RUN_SCRIPT="server.ts"
fi
bun install
bun dev "${START:-$START_SCRIPT}"
bun dev ${RUN_SCRIPT:-$START_SCRIPT}
exit ${exitCode:-$?}
else
__exec_command "$@"