diff --git a/ccp/modules/dnpm-node-setup.sh b/ccp/modules/dnpm-node-setup.sh index 4376909..f3681b5 100644 --- a/ccp/modules/dnpm-node-setup.sh +++ b/ccp/modules/dnpm-node-setup.sh @@ -10,7 +10,7 @@ if [ -n "${ENABLE_DNPM_NODE}" ]; then exit 1 fi mkdir -p /var/cache/bridgehead/dnpm/ || fail_and_report 1 "Failed to create '/var/cache/bridgehead/dnpm/'. Please run sudo './bridgehead install $PROJECT' again to fix the permissions." - DNPM_SYNTH_NUM=${DNPM_SYNTH_NUM:--1} + DNPM_SYNTH_NUM=${DNPM_SYNTH_NUM:--1} DNPM_MYSQL_ROOT_PASSWORD="$(generate_simple_password 'dnpm mysql')" DNPM_AUTHUP_SECRET="$(generate_simple_password 'dnpm authup')" fi diff --git a/minimal/modules/dnpm-node-setup.sh b/minimal/modules/dnpm-node-setup.sh index 4376909..f3681b5 100644 --- a/minimal/modules/dnpm-node-setup.sh +++ b/minimal/modules/dnpm-node-setup.sh @@ -10,7 +10,7 @@ if [ -n "${ENABLE_DNPM_NODE}" ]; then exit 1 fi mkdir -p /var/cache/bridgehead/dnpm/ || fail_and_report 1 "Failed to create '/var/cache/bridgehead/dnpm/'. Please run sudo './bridgehead install $PROJECT' again to fix the permissions." - DNPM_SYNTH_NUM=${DNPM_SYNTH_NUM:--1} + DNPM_SYNTH_NUM=${DNPM_SYNTH_NUM:--1} DNPM_MYSQL_ROOT_PASSWORD="$(generate_simple_password 'dnpm mysql')" DNPM_AUTHUP_SECRET="$(generate_simple_password 'dnpm authup')" fi