| Current Path : /usr/share/rear/prep/ISO/default/ |
| Current File : //usr/share/rear/prep/ISO/default/300_check_iso_dir.sh |
### Check ISO_DIR directory
if [[ ! -d "$ISO_DIR" ]]; then
mkdir $v -p -m0755 "$ISO_DIR"
StopIfError "The ISO output directory '$ISO_DIR' cannot be created."
fi