Mercurial > hg > dml-home
changeset 82:f75c7bc1d3c1 dml-dockerised
fixes
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Mon, 04 Jun 2018 18:25:58 +0100 |
parents | 85ab26e84d4e |
children | 1936b1b33a38 |
files | etc/setup_as_root.sh |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/setup_as_root.sh Mon Jun 04 18:21:56 2018 +0100 +++ b/etc/setup_as_root.sh Mon Jun 04 18:25:58 2018 +0100 @@ -7,10 +7,10 @@ HEADLESS=yes DRY_RUN=yes -#if [ $# -gt 0 ]; then -# echo "Setting DRY_RUN to $1" 1>&2 -# DRY_RUN=$1 -#fi +if [ $# -gt 0 ]; then + echo "Setting DRY_RUN to $1" 1>&2 + DRY_RUN=$1 +fi # If DRY_RUN=yes, then this script will do nothing, but will output the commands # it would have done to stdout.