mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove zip from /etc/yunohost/apps/*/scripts
This commit is contained in:
parent
3c3e8711ed
commit
f23982b460
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ ynh_setup_source () {
|
||||||
else
|
else
|
||||||
unzip -quo $src_filename -d "$dest_dir"
|
unzip -quo $src_filename -d "$dest_dir"
|
||||||
fi
|
fi
|
||||||
|
ynh_secure_remove --file="$src_filename"
|
||||||
else
|
else
|
||||||
local strip=""
|
local strip=""
|
||||||
if [ "$src_in_subdir" != "false" ]
|
if [ "$src_in_subdir" != "false" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue