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:
ericgaspar 2023-11-20 11:26:43 +01:00
parent 800cbde68a
commit 69647466bc

View file

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