From 4393a35438c11c3cbc34fa6852624cc72f344998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Tue, 28 Nov 2023 08:33:38 +0100 Subject: [PATCH] Remove ntfy_setup_source() --- scripts/_common.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index d5f34cb..944a65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 #=================================================