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:
parent
f95597f760
commit
3a8e452e39
1 changed files with 1 additions and 1 deletions
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue