configure: comment if existing config was found
This commit is contained in:
@@ -9,6 +9,7 @@ CONF_FILE="${SCRIPTDIR}/../config.d/configure.conf"
|
|||||||
|
|
||||||
CONF_EXISTING="${SCRIPTDIR}/../config/setup_system.conf"
|
CONF_EXISTING="${SCRIPTDIR}/../config/setup_system.conf"
|
||||||
if [[ -f "$CONF_EXISTING" ]]; then
|
if [[ -f "$CONF_EXISTING" ]]; then
|
||||||
|
echo "Found existing config in $CONF_EXISTING . Will try to use it."
|
||||||
CONF_DIST="$CONF_EXISTING"
|
CONF_DIST="$CONF_EXISTING"
|
||||||
else
|
else
|
||||||
CONF_DIST="${SCRIPTDIR}/config.dist/setup_system.conf.dist"
|
CONF_DIST="${SCRIPTDIR}/config.dist/setup_system.conf.dist"
|
||||||
|
|||||||
Reference in New Issue
Block a user