Skip to content

Commit 46de08e

Browse files
committed
.
1 parent 0737ca1 commit 46de08e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup-vm.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ echo "Resource group status: $RGSTATUS"
1919
echo
2020

2121
# get cloud-init.txt
22-
curl -o cloud-init.txt https://raw.githubusercontent.com/mkol5222/appsec-chart/main/cloud-init.yml
22+
curl -s -o cloud-init.txt https://raw.githubusercontent.com/mkol5222/appsec-chart/main/cloud-init.yml
2323

2424
# create VM
2525
# https://learn.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-cli
@@ -42,6 +42,7 @@ if [ $? -ne 0 ]; then
4242
fi
4343

4444
VMSTATUS=$(echo $RESPVM | jq -r '.powerState')
45+
echo
4546
echo "VM status: $VMSTATUS"
4647
echo
4748

0 commit comments

Comments
 (0)