Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 115e4f8

Browse files
Update content/en/user-guide/aws/ec2/index.md
Co-authored-by: Viren Nadkarni <viren.nadkarni@localstack.cloud>
1 parent 0a6a76b commit 115e4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/user-guide/aws/ec2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Please set the [`EC2_MOUNT_BLOCK_DEVICES`]({{< ref "configuration#ec2" >}}) conf
318318
First, we create a user data script `init.sh` which creates an ext3 file system on the block device `/ebs-dev/sda1` and mounts it under `/ebs-mounted`:
319319
{{< command >}}
320320
$ cat > init.sh <<EOF
321-
# !/bin/bash
321+
#!/bin/bash
322322

323323
set -eo
324324
mkdir -p /ebs-mounted

0 commit comments

Comments
 (0)