1
0
Fork 0
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:
plopoyop 2014-09-27 10:15:02 +02:00
parent ab4a393051
commit 49485ab8e6

View file

@ -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