From 0d7918e544ebf355e5e3449b2ff29c126f354ceb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 20 Nov 2023 11:31:16 +0100 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 29bb176..6e1d491 100644 --- a/scripts/install +++ b/scripts/install @@ -60,8 +60,6 @@ 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 internal_setting SET value = 'https://$domain$path' WHERE name = 'wallabag_url'"