Skip to content

Commit

Permalink
ghost-tool script update
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu committed Dec 15, 2020
1 parent 4260522 commit c0a3830
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/ghost-tool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MYSQL_ALTER_STATEMENT='Alter statement'
#

SCRIPT_DIR=$(cd $(dirname $0); pwd) # without ending /
VARS_FNAME=${SCRIPT_DIR}/ghost-tool.vars
VARS_FNAME=$(pwd)/ghost-tool.vars
GHOST_LOG_FNAME=/tmp/ghost.script.${MYSQL_TABLE}.log
GHOST_POSTPONE_FNAME=/tmp/ghost.cutover.${MYSQL_TABLE}.flag

Expand Down Expand Up @@ -206,8 +206,8 @@ EOF

# Usage: main::get_app_version_info
function main::get_app_version_info(){
log 'gh-ost: ' $(gh-ost --version)
log 'ghost-tool: ' 0.1.1
echo 'gh-ost: ' $(gh-ost --version)
echo 'ghost-tool: ' 0.1.1
}

# Usage: main $@
Expand Down

0 comments on commit c0a3830

Please sign in to comment.