diff --git a/conf/app.src b/conf/app.src index ebaaf08..5162bc3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/outline/outline/archive/21ce145f67b26cd7c4493258c65b5d1731b23a79.zip -SOURCE_SUM=610604b495a7972fd5140d14d53b8e1b891e9caf0aec53856cbe229f5c76eb77 +SOURCE_URL=https://github.com/outline/outline/archive/f0d9bb4898642ca65bde42c8c53d1a4c6dc72e0d.zip +SOURCE_SUM=0788a176da28b52433a19d7144878ad8c2fad3b2893a22aa69285a1f6c356731 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/scripts/upgrade b/scripts/upgrade index 43593a4..1300fbd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -84,11 +84,11 @@ ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= if [ "$upgrade_type" == "UPGRADE_APP" ] -then +then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$final_path" + ynh_setup_source --dest_dir="$final_path" --full_replace=1 fi chmod 750 "$final_path"