1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

Remove sudo stuff from ntfy.sh

This commit is contained in:
Alexander Wühr 2023-02-20 13:38:47 +01:00
parent ee49730da2
commit 1626230009
No known key found for this signature in database

View file

@ -1,3 +1,5 @@
#!/bin/sh
sudo -u __APP__ NTFY_CONFIG_FILE="__FINALPATH__/server.yml" __FINALPATH__/ntfy $@
HOME=__FINALPATH__
NTFY_CONFIG_FILE="$HOME/server.yml" $HOME/ntfy $@