Browse Source

fix(deploy): server directory path

pull/1622/head
Harry 1 year ago committed by GitHub
parent
commit
139270b565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sh/debian/configure.sh

2
sh/debian/configure.sh diff.vendored

@ -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
}

Loading…
Cancel
Save