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:
parent
cfbf00d0c8
commit
882412d0f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue