From 3a8e452e39a630b0adf4309ce2bcb20bea1463f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 9 Feb 2015 13:00:32 +0100 Subject: [PATCH] [fix]missing sudo --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 7eb4c0b..e1b11b0 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -3,7 +3,7 @@ final_path=/var/www/freshrss # 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 #copy update script into freshrss path sudo cp update-ynh.php $final_path/