mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
test for #59 bug
This commit is contained in:
parent
c5db258f0f
commit
1e5496b643
1 changed files with 2 additions and 2 deletions
|
@ -65,11 +65,11 @@ ynh_system_user_create --username=$app --home_dir="$final_path"
|
||||||
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
if [ "$upgrade_type" == "UPGRADE_APP" ]
|
||||||
then
|
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
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep=data/
|
ynh_setup_source --source_id="app" --dest_dir="$final_path"
|
||||||
# Download, check integrity, uncompress and patch the source from dist.src
|
# Download, check integrity, uncompress and patch the source from dist.src
|
||||||
ynh_setup_source --source_id="dist" --dest_dir="$final_path/dist"
|
ynh_setup_source --source_id="dist" --dest_dir="$final_path/dist"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Reference in a new issue