1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/httpsh_ynh.git synced 2024-09-03 19:25:55 +02:00

Indent using spaces

This commit is contained in:
Félix Piédallu 2023-09-26 14:47:54 +02:00
parent 8dfc58feb9
commit 760d63e8a0
2 changed files with 8 additions and 7 deletions

View file

@ -53,6 +53,7 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
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=httpsh --dest_dir="$install_dir/httpsh"
fi