2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

quote date command in string (#2076)

This commit is contained in:
penguhyang 2016-11-04 13:22:52 +08:00 committed by yangsong
parent ea5ffdc0bc
commit c51cb98c75

View File

@ -43,7 +43,7 @@ while true; do
if [ $RETRY -eq 90 ];then
#timeout, complain and exit
msgutil_r "$MASTER_IP" "err" `date`" xcatinstallpost: Network not configured, please check..." "/var/log/xcat/xcat.log"
msgutil_r "$MASTER_IP" "err" "`date`: xcatinstallpost: Network not configured, please check..." "/var/log/xcat/xcat.log"
exit 1
fi