1
0
Fork 0
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:
Salamandar 2023-09-26 19:28:47 +02:00
parent 76267cffd4
commit a88ec4c538
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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