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

Remove ntfy_setup_source()

This commit is contained in:
Alexander Wühr 2023-11-28 08:33:38 +01:00
parent 4369c40793
commit 4393a35438
No known key found for this signature in database
GPG key ID: 0B7107C9393169F4

View file

@ -8,16 +8,6 @@
# PERSONAL HELPERS
#=================================================
ntfy_setup_source() {
ynh_setup_source -d "$install_dir"
mkdir -p "$install_dir/data"
chown -R $app:$app "$install_dir"
chmod -R 750 "$install_dir/data"
ynh_secure_remove "$install_dir/client"
ynh_secure_remove "$install_dir/server"
}
#=================================================
# EXPERIMENTAL HELPERS
#=================================================