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:
parent
3a8e452e39
commit
450684d852
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
#backup data folder
|
||||
final_path=/var/www/freshrss
|
||||
#
|
||||
if [ -f $final_path/data/dist_user.conf ]; then
|
||||
sudo rm $final_path/data/dist_user.conf
|
||||
if [ -f $final_path/data/user.php.dist ]; then
|
||||
sudo rm $final_path/data/user.php.dist
|
||||
fi
|
||||
#copy update script into freshrss path
|
||||
sudo cp update-ynh.php $final_path/
|
||||
|
|
Loading…
Add table
Reference in a new issue