mirror of
https://github.com/YunoHost-Apps/linkstack_ynh.git
synced 2024-09-03 19:36:14 +02:00
wip
This commit is contained in:
parent
8490e5f7e6
commit
9393db1b65
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ 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
|
||||||
# Keep the .env and the database folder
|
# Keep .env and database.sqlite !
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep=".env database"
|
ynh_setup_source --dest_dir="$install_dir" --keep=".env database/database.sqlite"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# $install_dir will automatically be initialized with some decent
|
# $install_dir will automatically be initialized with some decent
|
||||||
|
|
Loading…
Add table
Reference in a new issue