diff --git a/iso_configs/hooks/live/0070-install-calamares b/iso_configs/hooks/live/0070-install-calamares index 48b41881..725a8521 100755 --- a/iso_configs/hooks/live/0070-install-calamares +++ b/iso_configs/hooks/live/0070-install-calamares @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e # install dependencies use for calamares apt install \ diff --git a/python_modules/infra.py b/python_modules/infra.py index bf04bd7e..4d71e5ac 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -398,6 +398,7 @@ def fusato_configs(): HOME_FOLDER + FUSATOCONFIG + des, dirs_exist_ok = True ) + logger.info(MSG_FIN + HOME_FOLDER + WPCHROOT + des) # for size_length in range(size_q_l): # source = src_q_l.popleft() # des = des_q_l.popleft()