Merge pull request #563 from programatix/patch-2

Update install-tr-control.sh
This commit is contained in:
Alex Wang 2021-09-15 10:12:24 -07:00 committed by GitHub
commit 832623faa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ MSG_NON_ROOT_USER="Unable to confirm if it is currently root, the installation m
# 是否自动安装
if [ "$ARG1" = "auto" ]; then
AUTOINSTALL=1
ROOT_FOLDER=$2
else
ROOT_FOLDER=$ARG1
fi