mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
a small fix for some shells
This commit is contained in:
parent
b6e1ae891c
commit
9d26d238f3
2 changed files with 4 additions and 2 deletions
|
|
@ -307,8 +307,8 @@ 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
|
||||
echo "`date +'%y%m%d %H:%M:%S'` mysqld ended" | tee -a $err_log
|
||||
echo "" | tee -a $err_log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue