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 #=================================================