Update restore.sh

This commit is contained in:
mirocow 2016-02-16 19:56:49 +04:00
parent 60303b706f
commit 73fcf08477
1 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,13 @@ database_exists()
f_log()
{
local bold=$(tput bold)
local yellow=$(tput setf 6)
local red=$(tput setf 4)
local green=$(tput setf 2)
local reset=$(tput sgr0)
local toend=$(tput hpa $(tput cols))$(tput cub 6)
logger "RESTORE: $@"
if [ $VERBOSE -eq 1 ]; then