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.
1 parent 817bd79 commit 00f538dCopy full SHA for 00f538d
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