diff --git a/install-profile b/install-profile index 5c8bd26..833d9d9 100644 --- a/install-profile +++ b/install-profile @@ -29,6 +29,6 @@ shift "${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${BASE_CONFIG}${CONFIG_SUFFIX}" for config in ${CONFIGS} ${@}; do - echo $config + echo -e "\nConfigure $config" "${BASE_DIR}/${META_DIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASE_DIR}" -c "${META_DIR}/${CONFIG_DIR}/${config}${CONFIG_SUFFIX}" done