Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
sturrent committed Dec 24, 2019
1 parent 51e1c2a commit ba9432f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l200labs_scripts/l200labs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# script name: l200labs.sh
# Version v0.2.24 20191224
# Version v0.2.25 20191224
# Set of tools to deploy L200 Azure containers labs

# "-g|--resource-group" resource group name
Expand Down Expand Up @@ -55,7 +55,7 @@ done
# Variable definition
SCRIPT_PATH="$( cd "$(dirname "$0")" ; pwd -P )"
SCRIPT_NAME="$(echo $0 | sed 's|\.\/||g')"
SCRIPT_VERSION="Version v0.2.24 20191224"
SCRIPT_VERSION="Version v0.2.25 20191224"

# Funtion definition

Expand All @@ -74,7 +74,7 @@ function check_resourcegroup_cluster () {
if [ $RG_EXIST -ne 0 ]
then
echo -e "\nCreating resource group ${RESOURCE_GROUP}...\n"
az group create --name $RESOURCE_GROUP --location eastus &>/dev/null
az group create --name $RESOURCE_GROUP --location $LOCATION &>/dev/null
else
echo -e "\nResource group $RESOURCE_GROUP already exists...\n"
fi
Expand Down

0 comments on commit ba9432f

Please sign in to comment.