mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
[fix] removing data folder before restoring the backed one
This commit is contained in:
parent
57d4c06538
commit
32e69ea6eb
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@ app_path=/var/www/$app
|
|||
save_path=$1
|
||||
|
||||
sudo cp $save_path/config.php $app_path/
|
||||
sudo rm -rf $app_path/data
|
||||
sudo cp -R $save_path/data $app_path/
|
||||
sudo chown -R www-data: $app_path/data
|
||||
|
|
Loading…
Add table
Reference in a new issue