diff options
author | unknown <Sinisa@sinisa.nasamreza.org> | 2002-10-07 15:17:41 +0300 |
---|---|---|
committer | unknown <Sinisa@sinisa.nasamreza.org> | 2002-10-07 15:17:41 +0300 |
commit | e1e93f7c99f063d109ff59fceddc9b9070114ab8 (patch) | |
tree | 691e926b3a6e3ff3631c31d1458402bef51532ea /scripts | |
parent | cae4e7e542f556d3744ff799d6d8efa631c7b839 (diff) | |
download | mariadb-git-e1e93f7c99f063d109ff59fceddc9b9070114ab8.tar.gz |
a fix for the typo in the last push
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqld_safe.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqld_safe.sh b/scripts/mysqld_safe.sh index 840b937519a..9dea2eb3935 100644 --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh @@ -307,7 +307,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 |