mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
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
|