This commit is contained in:
wangchuxiao
2023-03-14 11:47:40 +08:00
parent eeffefc9fc
commit 351b59020d
7 changed files with 8 additions and 1 deletions
+1
View File
@@ -22,6 +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 &
./$i
if [ $? -ne 0 ]; then
exit -1