From f959b7dc9193fe47481bee950adbf0297b74cd2c Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Wed, 25 Dec 2024 22:21:13 +0100 Subject: [PATCH] Update install.sh (#190) --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 80fa69020..77f6a0400 100755 --- a/install.sh +++ b/install.sh @@ -16,6 +16,7 @@ REQUIRED_DIRS=( "certificates/letsencrypt" "certificates/letsencrypt/www" "database" + "database/postgres" "logs" "logs/msbuild" )