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 }