1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/strut_ynh.git synced 2024-09-03 20:26:33 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-10-28 18:54:42 +02:00
parent 951ba43415
commit 13c0aad12a

View file

@ -21,7 +21,8 @@ ynh_script_progression --message="Setting up source files..." --weight=4
tmp_dir=$(mktemp -d)
ynh_setup_source --dest_dir="$tmp_dir"
mv "$tmp_dir/dist" "$install_dir"
mv "$tmp_dir/dist" "$install_dir"
ynh_secure_remove --file="$tmp_dir"
#=================================================