more cleancut description of leaving/removing step
This commit is contained in:
parent
c0022218d8
commit
58cfe6ae60
@ -51,12 +51,12 @@ cleanup() {
|
|||||||
cd "${START_DIR_DONT_CHANGE}" || exit 15
|
cd "${START_DIR_DONT_CHANGE}" || exit 15
|
||||||
chmod +w -R ${GEN_DATA_DIR}
|
chmod +w -R ${GEN_DATA_DIR}
|
||||||
rm -rf ${GEN_DATA_DIR}
|
rm -rf ${GEN_DATA_DIR}
|
||||||
printf "${SELF}: Removed %s\n" ${GEN_DATA_DIR}
|
printf "${SELF}: Removed (self-generated) %s\n" ${GEN_DATA_DIR}
|
||||||
else
|
else
|
||||||
printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n"
|
printf "${SELF}: ${GEN_DATA_DIR} does not exist. Nothing to clean.\n"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
printf "${SELF}: Leaving %s\n" ${GEN_DATA_DIR}
|
printf "${SELF}: Leaving (self-generated) %s\n" ${GEN_DATA_DIR}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user