Add docker-mariadb
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -7,10 +7,10 @@ trap 'rm -f "$PIPE"' EXIT
|
||||
|
||||
ntfy serve > "$PIPE" 2>&1 &
|
||||
|
||||
NTFY_PID=$!
|
||||
pid=$!
|
||||
grep -q "INFO Listening on :80\[http\]" < "$PIPE"
|
||||
kill "$NTFY_PID"
|
||||
wait "$NTFY_PID" || true
|
||||
kill "$pid"
|
||||
wait "$pid" || true
|
||||
|
||||
export NTFY_PASSWORD="$NTFY_ADMIN_PASSWORD"
|
||||
ntfy user add "$NTFY_ADMIN_USER" || true
|
||||
|
Reference in New Issue
Block a user