1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

forgotten sudo

This commit is contained in:
Clément 2017-03-13 20:19:27 +01:00
parent cfbf00d0c8
commit 882412d0f3

View file

@ -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