From 20bb090cb3f56f051c23840d2b170c79b1c78b50 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 20 May 2018 23:12:12 +0200 Subject: [PATCH] fixes... --- src/func/check_config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/func/check_config b/src/func/check_config index aeb7e5f..8bed903 100755 --- a/src/func/check_config +++ b/src/func/check_config @@ -38,11 +38,11 @@ function check_config() { #Lable [ -z "$iso_lable" ] && iso_lable="$distro" - # iso_source -> iso_destination - # iso_source -> squashfs [optinal] + echo 'iso_source -> iso_destination' | tee -a "$log_file" + echo 'iso_source -> squashfs [optinal]' | tee -a "$log_file" else if [ -n "$filesystem_source" ] && [ -d "${filesystem_source%/*}" ]; then - # iso_source -> squashfs + echo 'iso_source -> squashfs' | tee -a "$log_file" else # ERROR echo "No corect AIM in Settings" | tee -a "$log_file" @@ -56,7 +56,7 @@ function check_config() { echo "only Squashfs source in Settings, cant creat ISO" | tee -a "$log_file" return 3 else - # squashfs -> squashfs + echo 'squashfs -> squashfs' | tee -a "$log_file" fi else # ERROR