mirror of
https://github.com/YunoHost-Apps/httpsh_ynh.git
synced 2024-09-03 19:25:55 +02:00
Fix ynh_setup_source
This commit is contained in:
parent
76267cffd4
commit
a88ec4c538
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
ynh_script_progression --message="Setting up source files..." --weight=1
|
||||
|
||||
ynh_setup_source --source_id=ttyd --dest_dir="$install_dir/ttyd"
|
||||
ynh_setup_source --source_id=ttyd --dest_dir="$install_dir"
|
||||
chmod +x "$install_dir/ttyd"
|
||||
ynh_setup_source --source_id=httpsh --dest_dir="$install_dir/httpsh"
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --source_id=ttyd --dest_dir="$install_dir/ttyd"
|
||||
ynh_setup_source --source_id=ttyd --dest_dir="$install_dir"
|
||||
chmod +x "$install_dir/ttyd"
|
||||
ynh_setup_source --source_id=httpsh --dest_dir="$install_dir/httpsh"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue