fix show completed

This commit is contained in:
bel
2020-01-20 21:33:44 -07:00
parent 6319c18ddd
commit afcc33b76b
2 changed files with 2 additions and 2 deletions

2
testdata/migrate.sh vendored
View File

@@ -114,6 +114,6 @@ function b64decode() {
}
if [ "$0" == "$BASH_SOURCE" ]; then
echo bash migrate.sh 192.168.0.86:44112 localhost:39909
echo bash migrate.sh 192.168.0.86:44112 localhost:38809
time main "$@"
fi