Merge "Removes double colon on script comments"
This commit is contained in:
commit
d061f9e2f1
6
stack.sh
6
stack.sh
@ -161,16 +161,16 @@ rm -f $TOP_DIR/.localrc.auto
|
|||||||
extract_localrc_section $TOP_DIR/local.conf $TOP_DIR/localrc $TOP_DIR/.localrc.auto
|
extract_localrc_section $TOP_DIR/local.conf $TOP_DIR/localrc $TOP_DIR/.localrc.auto
|
||||||
|
|
||||||
# ``stack.sh`` is customizable by setting environment variables. Override a
|
# ``stack.sh`` is customizable by setting environment variables. Override a
|
||||||
# default setting via export::
|
# default setting via export:
|
||||||
#
|
#
|
||||||
# export DATABASE_PASSWORD=anothersecret
|
# export DATABASE_PASSWORD=anothersecret
|
||||||
# ./stack.sh
|
# ./stack.sh
|
||||||
#
|
#
|
||||||
# or by setting the variable on the command line::
|
# or by setting the variable on the command line:
|
||||||
#
|
#
|
||||||
# DATABASE_PASSWORD=simple ./stack.sh
|
# DATABASE_PASSWORD=simple ./stack.sh
|
||||||
#
|
#
|
||||||
# Persistent variables can be placed in a ``local.conf`` file::
|
# Persistent variables can be placed in a ``local.conf`` file:
|
||||||
#
|
#
|
||||||
# [[local|localrc]]
|
# [[local|localrc]]
|
||||||
# DATABASE_PASSWORD=anothersecret
|
# DATABASE_PASSWORD=anothersecret
|
||||||
|
Loading…
Reference in New Issue
Block a user