From 7645ef67d74b5ea24fffe952318645f46f73aff7 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Wed, 17 Jan 2024 11:42:50 +0900 Subject: [PATCH] Testing: Calamares compile Signed-off-by: debianpepper --- iso_configs/hooks/live/0070-install-calamares | 2 +- python_modules/infra.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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()