1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-11-16 14:37:37 +01:00
parent dcd5f0c0d4
commit a430fddc0c

View file

@ -60,6 +60,8 @@ done
# Set admin user
$php_exec fos:user:promote --super "$admin"
$php_exec doctrine:migrations:migrate
# Configure Wallabag instance URL
ynh_mysql_connect_as --user=$db_user --password="$db_pwd" --database=$db_name <<< "UPDATE $app.wallabag_internal_setting SET value = 'https://$domain$path' WHERE name = 'wallabag_url'"