mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
add forgotten -r on rm
This commit is contained in:
parent
ab4a393051
commit
49485ab8e6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
final_path=/var/www/freshrss
|
||||
sudo cp -a $final_path/data /tmp/freshrss-data.bak
|
||||
#delete old folder
|
||||
sudo rm $final_path
|
||||
sudo rm -r $final_path
|
||||
# Copy files to the right place
|
||||
sudo mkdir -p $final_path
|
||||
sudo cp -a ../sources/* $final_path
|
||||
|
|
Loading…
Add table
Reference in a new issue