Skip to content

Commit

Permalink
[MultiDB] address review
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhangalibaba committed Dec 5, 2020
1 parent 1744ecc commit 956577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockers/docker-database/docker-database-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ do
mkdir -p /var/lib/$inst
if [[ -f $DUMPFILE ]]; then
# copy warmboot rdb file into each new instance location
cp $DUMPFILE /var/lib/$inst/dump.rdb
cp -n $DUMPFILE /var/lib/$inst/dump.rdb
else
echo -n > /var/lib/$inst/dump.rdb
fi
Expand Down

0 comments on commit 956577c

Please sign in to comment.