From 882412d0f3b9bcb5c692a46de9a731c910286e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 13 Mar 2017 20:19:27 +0100 Subject: [PATCH] forgotten sudo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2dd3bab..25942f5 100755 --- a/scripts/install +++ b/scripts/install @@ -45,7 +45,7 @@ ynh_app_setting_set "$app" mysqlpwd "$db_pwd" # Copy files to the right place TMPDIR=$(mktemp -d) -chmod 755 "$TMPDIR" +sudo chmod 755 "$TMPDIR" extract_freshrss "$TMPDIR" $TMPDIR/cli/do-install.php --default_user $admin_user --auth_type http_auth --environment production --base_url $domain/$path --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user $db_user --db-password $db_pwd --db-base $db_name