fix condition error

pull/171/head
233boy 6 years ago
parent 26055c3b02
commit a278bb7146
  1. 2
      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() {

Loading…
Cancel
Save