From 2acd1197401908d643e984e97b7d6f3107cbc9f4 Mon Sep 17 00:00:00 2001 From: Harry <14015057+HarryVasanth@users.noreply.github.com> Date: Fri, 21 Jun 2024 14:40:48 +0100 Subject: [PATCH] fix(configure): manual env generation --- sh/debian/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index 50df05fd0..403a31f55 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -309,7 +309,7 @@ function deployPlatform() { git clone git@github.com-01-edu-all:01-edu/all.git /root/"$serverFQDN" cd /root/"$serverFQDN" # Generate platform environment file automatically - ./generate_env.sh --auto + ./generate_env.sh --gen ./redeploy.sh --hard }