Skip to content

Commit bad5356

Browse files
really fixed the bad link this time
1 parent 045477c commit bad5356

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://raw.githubusercontent.com/oracle/terraform-provider-baremetal/master/docs/examples/storage/nfs/userdata/nfs-bootstrap
8+
wget -O /usr/local/bin/iscsiattach.sh https://raw.githubusercontent.com/oracle/terraform-provider-baremetal/master/docs/examples/storage/nfs/userdata/iscsiattach.sh
99
chmod +x /usr/local/bin/iscsiattach.sh
1010
/usr/local/bin/iscsiattach.sh
1111
mkfs.xfs /dev/sdb

0 commit comments

Comments
 (0)