From a278bb714618f5cd3560e9951c4924ba3c8eff40 Mon Sep 17 00:00:00 2001 From: 233boy <31657650+233boy@users.noreply.github.com> Date: Sat, 23 Mar 2019 13:58:57 +0800 Subject: [PATCH] fix condition error --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7b80bb6..44d59a7 100755 --- a/install.sh +++ b/install.sh @@ -138,7 +138,7 @@ _sys_time() { echo -e "\n主机时间:${yellow}" timedatectl status | sed -n '1p;4p' echo -e "${none}" - $IS_OPENV && pause + [[ $IS_OPENV ]] && pause } v2ray_config() {