diff --git a/sh/debian/configure.sh b/sh/debian/configure.sh index ac226092b..8acccc4b3 100755 --- a/sh/debian/configure.sh +++ b/sh/debian/configure.sh @@ -289,7 +289,7 @@ function clonePlatform() { echo "Enter the target directory for the platform $(tput setaf 2)[System: $(pwd)/$(hostname)]$(tput sgr0):" read serverDir git clone git@github.com:01-edu/all.git $serverDir - cd /$serverDir + cd $serverDir # Generate platform environment file automatically ./generate_env.sh --gen }