format...
This commit is contained in:
parent
cdf2cc900e
commit
242421fbab
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user