5 lines
108 B
Bash
5 lines
108 B
Bash
#!/bin/sh
|
|
ntfy serve &
|
|
sleep 2
|
|
NTFY_PASSWORD=${NTFY_PASSWORD} ntfy user add --role=admin umbrel || true
|
|
wait |