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:
parent
951ba43415
commit
13c0aad12a
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue