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

When will this end?

This commit is contained in:
Alexander Wühr 2023-02-24 14:27:38 +01:00
parent f69599207e
commit a7fbfd20aa
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS
#================================================= #=================================================
ntfy_setup_source { ntfy_setup_source() {
# $YNH_ARCH=$1 # $YNH_ARCH=$1
# $install_dir=$2 # $install_dir=$2
@ -18,7 +18,7 @@ ntfy_setup_source {
mkdir -p "$install_dir/data" mkdir -p "$install_dir/data"
} }
ntfy_fix_permissions { ntfy_fix_permissions() {
# $app=$1 # $app=$1
# $install_dir=$2 # $install_dir=$2