1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Save plugins during upgrade

This commit is contained in:
mbugeia 2016-01-24 18:24:34 +01:00
parent 8690250086
commit 19889c46ba

View file

@ -18,7 +18,11 @@ sudo mv $final_path $final_path.old
sudo mkdir -p $final_path
sudo cp -a ../sources/. $final_path
# restore data
sudo cp -a $final_path.old/data $final_path/data
# restore plugins
sudo cp -a $final_path.old/plugins $final_path/plugins
# delete temp directory
sudo rm -Rf $final_path.old
# Copy and edit config.php