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:
parent
dcd5f0c0d4
commit
a430fddc0c
1 changed files with 2 additions and 0 deletions
|
@ -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'"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue