Skip to content

Commit 00f538d

Browse files
darorasweatybridge
andauthored
Update ebssurrogate/scripts/surrogate-bootstrap.sh
Co-authored-by: Han Qiao <[email protected]>
1 parent 817bd79 commit 00f538d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebssurrogate/scripts/surrogate-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function setup_chroot_environment {
182182
cp /tmp/chroot-bootstrap.sh /mnt/tmp/chroot-bootstrap.sh
183183
chroot /mnt /tmp/chroot-bootstrap.sh
184184
rm -f /mnt/tmp/chroot-bootstrap.sh
185-
echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/root/supabase-release
185+
echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/root/supabase-release
186186

187187
# Copy the nvme identification script into /sbin inside the chroot
188188
mkdir -p /mnt/sbin

0 commit comments

Comments
 (0)