Skip to content

Commit

Permalink
small error
Browse files Browse the repository at this point in the history
  • Loading branch information
themobileprof committed Jan 31, 2025
1 parent 691d803 commit cb6145e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud_vm
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ free_vm(){
read FREEINSTANCE

if [ "${FREEINSTANCE,,}" = "y" ]; then
gcloud compute instances create $1 --image-family=debian-10 --image-project=debian-cloud --machine-type=e2-micro --provisioning-model=STANDARD --boot-disk-size= --zone=$ZONE
gcloud compute instances create $1 --image-family=debian-10 --image-project=debian-cloud --machine-type=e2-micro --provisioning-model=STANDARD --boot-disk-size=30 --zone=$ZONE
echo "Free VM Created!"
elif [ "${FREEINSTANCE,,}" = "n" ]; then
echo "Free VM Creation aborted!"
Expand Down

0 comments on commit cb6145e

Please sign in to comment.