This commit is contained in:
wangchuxiao
2023-03-14 11:57:37 +08:00
parent 7631629468
commit 23c2d81c2c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ echo "==========================================================">>../logs/openI
for i in ${need_to_start_server_shell[*]}; do
chmod +x $i
echo "=====================exec ${i}======================">>../logs/openIM.log 2>&1 &
echo "=====================exec ${i}======================">>../logs/openIM.log
./$i
if [ $? -ne 0 ]; then
exit -1