mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
fix for a small typo in the last push
scripts/safe_mysqld.sh: fix for a small type
This commit is contained in:
parent
03af773b7b
commit
03be0476ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue