1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix install script

This commit is contained in:
yalh76 2019-07-10 22:09:57 +02:00
parent 542181e736
commit 3699fd0e6e
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ ynh_print_info --message="Setting up source files..."
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source -dest_dir="$final_path" --source_id=$architecture
ynh_setup_source --dest_dir="$final_path" --source_id="$architecture"
#=================================================
# NGINX CONFIGURATION

View file

@ -155,7 +155,7 @@ then
ynh_print_info --message="Upgrading source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --source_id=$architecture
ynh_setup_source --dest_dir="$final_path" --source_id="$architecture"
fi
#=================================================