1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-01-27 19:03:16 +01:00
parent 973a4062f3
commit f6f2ad68e6
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -16,7 +16,6 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
app=$YNH_APP_INSTANCE_NAME app=$YNH_APP_INSTANCE_NAME
#domain=$(ynh_app_setting_get --app=$app --key=domain)
final_path=$(ynh_app_setting_get --app=$app --key=final_path) final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#================================================= #=================================================
@ -57,7 +56,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1 ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
git clone git://erdgeist.org/opentracker "$final_path" --quiet git fetch git://erdgeist.org/opentracker "$final_path" --quiet
pushd $final_path pushd $final_path
ynh_exec_warn_less make ynh_exec_warn_less make