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:
parent
f69599207e
commit
a7fbfd20aa
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
ntfy_setup_source {
|
||||
ntfy_setup_source() {
|
||||
# $YNH_ARCH=$1
|
||||
# $install_dir=$2
|
||||
|
||||
|
@ -18,7 +18,7 @@ ntfy_setup_source {
|
|||
mkdir -p "$install_dir/data"
|
||||
}
|
||||
|
||||
ntfy_fix_permissions {
|
||||
ntfy_fix_permissions() {
|
||||
# $app=$1
|
||||
# $install_dir=$2
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue