1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

a small fix for some shells

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2002-10-05 15:45:24 +03:00
parent d4fc18bf5f
commit d2ef2ec9c8
2 changed files with 4 additions and 2 deletions

View File

@@ -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