|
|
@ -53,6 +53,6 @@ for ((i = 0; i < ${#service_filename[*]}; i++)); do
|
|
|
|
nohup ./${service_filename[$i]} -port $j >>../logs/openIM.log 2>&1 &
|
|
|
|
nohup ./${service_filename[$i]} -port $j >>../logs/openIM.log 2>&1 &
|
|
|
|
sleep 1
|
|
|
|
sleep 1
|
|
|
|
pid="netstat -ntlp|grep $j |awk '{printf \$7}'|cut -d/ -f1"
|
|
|
|
pid="netstat -ntlp|grep $j |awk '{printf \$7}'|cut -d/ -f1"
|
|
|
|
echo -e "${RED_PREFIX}${service_filename[$i]} Service is started,port number:$j pid:$(eval $pid)$COLOR_SUFFIX"
|
|
|
|
# echo -e "${RED_PREFIX}${service_filename[$i]} Service is started,port number:$j pid:$(eval $pid)$COLOR_SUFFIX"
|
|
|
|
done
|
|
|
|
done
|
|
|
|
done
|
|
|
|
done
|
|
|
|