|
|
|
@ -23,7 +23,7 @@ fi
|
|
|
|
|
# check data dir, if any and after checking -x xorriso |
|
|
|
|
if [ -d "${GEN_DATA_DIR}" ]; then |
|
|
|
|
printf "\n${SELF}: directory %s exists!" ${GEN_DATA_DIR} |
|
|
|
|
printf "\n${SELF}: use '${SELF} -c1' to remove.\n" |
|
|
|
|
printf "\n${SELF}: use '${SELF} -c' to remove.\n" |
|
|
|
|
exit 8 |
|
|
|
|
else |
|
|
|
|
mkdir "${GEN_DATA_DIR}" |
|
|
|
|