Skip to content

Commit 045477c

Browse files
fixed bad link in bootstrap
1 parent a07516e commit 045477c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/storage/nfs/userdata/nfs-bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
yum update -y
66

77
### Storage setup
8-
wget -O /usr/local/bin/iscsiattach.sh https://github.com/oracle/terraform-provider-baremetal/docs/examples/storage/nfs/userdata/iscsiattach.sh
8+
wget -O /usr/local/bin/iscsiattach.sh https://raw.githubusercontent.com/oracle/terraform-provider-baremetal/master/docs/examples/storage/nfs/userdata/nfs-bootstrap
99
chmod +x /usr/local/bin/iscsiattach.sh
1010
/usr/local/bin/iscsiattach.sh
1111
mkfs.xfs /dev/sdb

0 commit comments

Comments
 (0)