Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgaspar committed Oct 28, 2023
1 parent 951ba43 commit 13c0aad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -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"

#=================================================
Expand Down

0 comments on commit 13c0aad

Please sign in to comment.