format...

This commit is contained in:
6543 2018-05-20 22:53:00 +02:00
parent cdf2cc900e
commit 242421fbab
1 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function check_config() {
return 3 return 3
} }


#check live-system files #live-system files
if [ -f "$iso_source" ]; then if [ -f "$iso_source" ]; then
if [ -n "$iso_destination" ] && [ -d "${iso_destination%/*}" ]; then if [ -n "$iso_destination" ] && [ -d "${iso_destination%/*}" ]; then
# iso_source -> iso_destination # iso_source -> iso_destination
@ -63,6 +63,8 @@ function check_config() {
fi fi






} }


#this func is standalone executable #this func is standalone executable