From 03be0476abc966199c6b3c3d0b9b658531ae81be Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 7 Oct 2002 15:07:45 +0300 Subject: [PATCH] fix for a small typo in the last push scripts/safe_mysqld.sh: fix for a small type --- scripts/safe_mysqld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/safe_mysqld.sh b/scripts/safe_mysqld.sh index 177a809ff36..2b625dbdfa3 100644 --- a/scripts/safe_mysqld.sh +++ b/scripts/safe_mysqld.sh @@ -269,7 +269,7 @@ do done fi - echo "`date +'%y%m%d %H:%M:%S' mysqld restarted" | tee -a $err_log + echo "`date +'%y%m%d %H:%M:%S'` mysqld restarted" | tee -a $err_log done echo "`date +'%y%m%d %H:%M:%S'` mysqld ended" | tee -a $err_log