1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00
This commit is contained in:
Éric Gaspar 2022-11-21 22:48:43 +01:00
parent 697b42b061
commit f368c0f60e
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"multi_instance": false,
"services": [
"nginx"
],

View file

@ -66,7 +66,7 @@ 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" --keep="config"
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep="config"
fi
chmod 750 "$final_path"