Skip to content

Commit

Permalink
fix restore script bug (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojingchen authored and weekface committed May 27, 2019
1 parent 8360887 commit 5f28fba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/tidb-backup/templates/scripts/_start_restore.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ downloader \
{{- end }}

/loader \
-d ${dirname} \
-h `eval echo '${'$host'}'` \
-u ${TIDB_USER} \
-p ${TIDB_PASSWORD} \
-P 4000 \
-d=${dirname} \
-h=`eval echo '${'$host'}'` \
-u=${TIDB_USER} \
-p=${TIDB_PASSWORD} \
-P=4000 \
{{ .Values.restoreOptions }}

0 comments on commit 5f28fba

Please sign in to comment.