From 6c20bf75d905133f732f7aa5b029d030af95d3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Thu, 1 Sep 2016 08:34:18 +0200 Subject: [PATCH] [fix][wip]sudo to avoid permission problems --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2918d07..81380ea 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 sudo mkdir -p $FINAL_PATH -extract_freshrss "$FINAL_PATH" +sudo extract_freshrss "$FINAL_PATH" sudo cp -a ../conf/config.php $FINAL_PATH/data sudo cp ../sources/install_ynh.sql $FINAL_PATH/app/SQL/install_ynh.sql