1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-10-09 23:00:06 +02:00
parent 35ad0d05f4
commit 78419bbcfd

View file

@ -42,11 +42,11 @@ then
# remove old configuration files # remove old configuration files
ynh_secure_remove --file="$install_dir/data/config.local.user.php" ynh_secure_remove --file="$install_dir/data/config.local.user.php"
ynh_secure_remove --file="$install_dir/config.local.yunohost.php"
mv "$install_dir/data" "$data_dir" mv "$install_dir/data" "$data_dir"
fi fi
ynh_secure_remove --file="$install_dir/config.local.yunohost.php"
# 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="$install_dir" #--keep="config.local.php" ynh_setup_source --dest_dir="$install_dir" #--keep="config.local.php"
fi fi