check all shell update

pull/455/head
Gordon 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 3ecc50bc3d
commit 8a869335ad

@ -26,7 +26,7 @@ service_port_name=(
switch=$(cat $config_path | grep demoswitch |awk -F '[:]' '{print $NF}')
for i in ${service_port_name[*]}; do
if [ ${switch} != "true" ]; then
if [ ${i} == "openImDemoPort"]; then
if [ ${i} == "openImDemoPort" ]; then
continue
fi
fi

Loading…
Cancel
Save