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

[fix]missing sudo

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

View file

@ -3,7 +3,7 @@
final_path=/var/www/freshrss final_path=/var/www/freshrss
# #
if [ -f $final_path/data/dist_user.conf ]; then if [ -f $final_path/data/dist_user.conf ]; then
rm $final_path/data/dist_user.conf sudo rm $final_path/data/dist_user.conf
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/