mirror of
https://github.com/YunoHost-Apps/httpsh_ynh.git
synced 2024-09-03 19:25:55 +02:00
Fix: chmod +x on executable
This commit is contained in:
parent
79392386b0
commit
262984db8a
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,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"
|
||||
chmod +x "$install_dir/ttyd"
|
||||
ynh_setup_source --source_id=httpsh --dest_dir="$install_dir/httpsh"
|
||||
|
||||
# TODO: copy files where needed
|
||||
|
|
|
@ -55,6 +55,7 @@ then
|
|||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --source_id=ttyd --dest_dir="$install_dir/ttyd"
|
||||
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