Current File : //proc/self/root/usr/local/jetapps/usr/share/rear/prep/OBDR/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