[fix] Remove zip from /etc/yunohost/apps/*/scripts

This commit is contained in:
ljf (zamentur) 2021-04-15 19:33:12 +02:00 committed by GitHub
parent 3c3e8711ed
commit f23982b460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -176,6 +176,7 @@ ynh_setup_source () {
else
unzip -quo $src_filename -d "$dest_dir"
fi
ynh_secure_remove --file="$src_filename"
else
local strip=""
if [ "$src_in_subdir" != "false" ]