#4 - Rework stat banner

This commit is contained in:
2022-09-19 21:08:49 +02:00
parent 8c4553f9f2
commit 4107a759c0
19 changed files with 442 additions and 72 deletions
+6
View File
@@ -120,4 +120,10 @@ if [[ $DEBUG_MODE -eq 1 ]]; then
cd "$OUT_FOLDER"
docker-compose up -d
set -a
source $OUT_FOLDER/environments/local/webserver.env
set +a
xdg-open "$DDNINJA_PUBLIC_URL"
fi