mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
4 lines
93 B
Bash
4 lines
93 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
sudo -u __APP__ NTFY_CONFIG_FILE="__FINALPATH__/server.yml" __FINALPATH__/ntfy $@
|