1
0
Fork 0
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:
Félix Piédallu 2023-09-26 16:11:32 +02:00
parent 79392386b0
commit 262984db8a
2 changed files with 2 additions and 0 deletions

View file

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

View file

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