Skip to content

Commit 08391e2

Browse files
committed
fix error
1 parent 70df24e commit 08391e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.ubuntu.18.04.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ install_shadowsocks(){
166166
return
167167
fi
168168

169-
if [ check_container ss ; then
169+
if check_container ss ; then
170170
echo -e "${COLOR_ERROR}ShadowSocks 容器已经在运行了,你可以手动停止容器,并删除容器,然后再执行本命令来重新安装 ShadowSocks。${COLOR_NONE}"
171171
return
172172
fi

0 commit comments

Comments
 (0)