From f2215ec453851b59247c4358c2fb42a55af61167 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 25 Nov 2021 14:49:07 +0100 Subject: [PATCH] TOOLS : checkbox range --- doc/developper/create_doc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developper/create_doc.sh b/doc/developper/create_doc.sh index 23418cb8a..e31d0ad30 100755 --- a/doc/developper/create_doc.sh +++ b/doc/developper/create_doc.sh @@ -6,4 +6,4 @@ if [ ! -z "$PGUSER" ] ; then postgresql_autodoc -u $PGUSER --password=$PGPASSWORD -h localhost -d ${DOMAIN}mod1 postgresql_autodoc -u $PGUSER --password=$PGPASSWORD -h localhost -d ${DOMAIN}account_repository fi -cd ../../ && bash dev/compose_list.sh +cd ../ && bash compose_list.sh