mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
1513c108f3
Co-authored-by: nmfretz <nmfretz@gmail.com>
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 |