tools: fix execute typo
Change-Id: I41e45b236472d34eba2c434755373f7a6b706100
This commit is contained in:
parent
62cada246d
commit
2d10945dd8
@ -18,7 +18,7 @@ set -ex
|
||||
# We will need to pass the name of the site/collection as well as the
|
||||
# path of the directory where the YAMLs are stored when we execute the
|
||||
# script. It is mandatory to do so and the script will exit with exception
|
||||
# if these parameters are missing. For instance, we can excute the script
|
||||
# if these parameters are missing. For instance, we can execute the script
|
||||
# in the following manner:
|
||||
#
|
||||
# $ ./deckhand_load_yaml.sh site1 '/home/ubuntu/site1'
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -ex
|
||||
|
||||
# We can excute the script in the following manner:
|
||||
# We can execute the script in the following manner:
|
||||
#
|
||||
# $ ./deploy_site.sh
|
||||
#
|
||||
|
@ -18,7 +18,7 @@ set -ex
|
||||
# We will need to pass the name of the server that we want to redeploy
|
||||
# when we execute the script. It is mandatory to do so and the script
|
||||
# will exit with exception if the server name is missing. For instance,
|
||||
# we can excute the script in the following manner:
|
||||
# we can execute the script in the following manner:
|
||||
#
|
||||
# $ ./redeploy_server.sh controller01
|
||||
#
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
set -ex
|
||||
|
||||
# We can excute the script in the following manner:
|
||||
# We can execute the script in the following manner:
|
||||
#
|
||||
# $ ./update_site.sh
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user