We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bd4318 + 00f538d commit 5d7afb9Copy full SHA for 5d7afb9
ebssurrogate/scripts/surrogate-bootstrap.sh
@@ -182,7 +182,7 @@ function setup_chroot_environment {
182
cp /tmp/chroot-bootstrap.sh /mnt/tmp/chroot-bootstrap.sh
183
chroot /mnt /tmp/chroot-bootstrap.sh
184
rm -f /mnt/tmp/chroot-bootstrap.sh
185
- echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/root/supabase-release
+ echo "${POSTGRES_SUPABASE_VERSION}" > /mnt/root/supabase-release
186
187
# Copy the nvme identification script into /sbin inside the chroot
188
mkdir -p /mnt/sbin
0 commit comments