on cleanup, do cleanup and exit, only check for KEEP
This commit is contained in:
parent
6a7717ed68
commit
8e9c32b70d
@ -37,7 +37,8 @@ unboldify() {
|
||||
|
||||
#############################################
|
||||
cleanup() {
|
||||
if [ ${KEEP} -eq 0 -a ${CLEANUP} -eq 1 ]; then
|
||||
# if [ ${KEEP} -eq 0 -a ${CLEANUP} -eq 1 ]; then
|
||||
if [ ${KEEP} -eq 0 ]; then
|
||||
# safety net, just in case -> we want to be in the starting
|
||||
# directory before removing whatever self-generated stuff
|
||||
if [ -d "${GEN_DATA_DIR}" ]; then
|
||||
@ -138,6 +139,8 @@ do
|
||||
elif test x"$i" = x"-c"
|
||||
then
|
||||
CLEANUP=1
|
||||
cleanup
|
||||
exit 0
|
||||
elif test x"$i" = x"-f"
|
||||
then
|
||||
SIMULATE_FAILURE=1
|
||||
|
Loading…
Reference in New Issue
Block a user