error message tells error source
This commit is contained in:
parent
3b3c588dcc
commit
ef395c4443
@ -24,7 +24,7 @@ function config_check() {
|
|||||||
echo 'iso_source -> squashfs'
|
echo 'iso_source -> squashfs'
|
||||||
else
|
else
|
||||||
# ERROR
|
# ERROR
|
||||||
echo "No corect AIM in Settings"
|
echo "Settings: No corect AIM"
|
||||||
return 3
|
return 3
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
@ -32,14 +32,14 @@ function config_check() {
|
|||||||
if [ -f "$squashfs_path" ]; then
|
if [ -f "$squashfs_path" ]; then
|
||||||
if [ -n "$iso_aim" ]; then
|
if [ -n "$iso_aim" ]; then
|
||||||
# ERROR
|
# ERROR
|
||||||
echo "only Squashfs source in Settings, cant creat ISO"
|
echo "Settings: only Squashfs source in Settings, cant creat ISO"
|
||||||
return 3
|
return 3
|
||||||
else
|
else
|
||||||
echo 'squashfs -> squashfs'
|
echo 'squashfs -> squashfs'
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# ERROR
|
# ERROR
|
||||||
echo "No corect Source in Settings"
|
echo "Settings: No corect Source"
|
||||||
return 3
|
return 3
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user