1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[fix]typo in filename

This commit is contained in:
Clément 2015-02-09 13:02:43 +01:00
parent 3a8e452e39
commit 450684d852

View file

@ -2,8 +2,8 @@
#backup data folder #backup data folder
final_path=/var/www/freshrss final_path=/var/www/freshrss
# #
if [ -f $final_path/data/dist_user.conf ]; then if [ -f $final_path/data/user.php.dist ]; then
sudo rm $final_path/data/dist_user.conf sudo rm $final_path/data/user.php.dist
fi fi
#copy update script into freshrss path #copy update script into freshrss path
sudo cp update-ynh.php $final_path/ sudo cp update-ynh.php $final_path/