From 242421fbabcdbe1d10b602749341ea0a7d99546b Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sun, 20 May 2018 22:53:00 +0200 Subject: [PATCH] format... --- src/func/check_config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/func/check_config b/src/func/check_config index d3e33b8..4e413dc 100755 --- a/src/func/check_config +++ b/src/func/check_config @@ -32,7 +32,7 @@ function check_config() { return 3 } - #check live-system files + #live-system files if [ -f "$iso_source" ]; then if [ -n "$iso_destination" ] && [ -d "${iso_destination%/*}" ]; then # iso_source -> iso_destination @@ -63,6 +63,8 @@ function check_config() { fi + + } #this func is standalone executable