From 0f74110fa76a92e3c6e6fad2a1ec15859bf0d57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Thu, 1 Sep 2016 08:38:50 +0200 Subject: [PATCH] [fix][wip]remove non working sudo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 642d234..d95dec0 100755 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,7 @@ sudo yunohost app setting freshrss mysqlpwd -v $db_pwd # Copy files to the right place TMPDIR=$(ynh_mkdir_tmp) -sudo extract_freshrss "$TMPDIR" +extract_freshrss "$TMPDIR" sudo cp -a ../conf/config.php $TMPDIR/data sudo cp ../sources/install_ynh.sql $TMPDIR/app/SQL/install_ynh.sql