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