From a28c297f10c80c6961b3db68f65c5b23c294ba0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 31 Jan 2024 17:36:47 +0100 Subject: [PATCH] Fix \list command --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6466781..80cf3f2 100644 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ ynh_add_config --template="server.json" --destination="$install_dir/server.json" ynh_exec_as "$app" "$install_dir/venv/bin/python3" "$install_dir/venv/lib/python$python_version/site-packages/pgadmin4/setup.py" --user "$email" --load-servers "$install_dir/server.json" # looks like we need to run one command as pgadmin to get access to the dbs ? -ynh_psql_connect_as --user="$db_user" --password="$db_pwd" <<< '\list;' >/dev/null +ynh_psql_connect_as --user="$db_user" --password="$db_pwd" <<< '\list' >/dev/null #================================================= # SYSTEM CONFIGURATION