Skip to content

Commit

Permalink
Testing...
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Jul 12, 2024
1 parent ce28c33 commit ae78d72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/operator/vttablet/mysqlctld.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const (
vtRootInitScript = `set -ex
mkdir -p /mnt/vt/bin
cp --no-clobber /vt/bin/mysqlctld /mnt/vt/bin/
cp --no-clobber /usr/bin/mysqlbinlog /mnt/vt/bin/
cp --no-clobber /usr/bin/mysqlbinlog /usr/bin/
mkdir -p /mnt/vt/config
if [[ -d /vt/config/mycnf ]]; then
cp --no-clobber -R /vt/config/mycnf /mnt/vt/config/
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/vttablet/vtbackup_pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
vtbackupInitScript = `set -ex
mkdir -p /mnt/vt/bin
cp --no-clobber /vt/bin/vtbackup /mnt/vt/bin/
cp --no-clobber /usr/bin/mysqlbinlog /mnt/vt/bin/
cp --no-clobber /usr/bin/mysqlbinlog /usr/bin/
mkdir -p /mnt/vt/config
if [[ -d /vt/config/mycnf ]]; then
cp --no-clobber -R /vt/config/mycnf /mnt/vt/config/
Expand Down

0 comments on commit ae78d72

Please sign in to comment.