Fix error in 'clean_up' function.
This commit is contained in:
parent
1a39e701ad
commit
fb75b474ba
@ -30,7 +30,7 @@ LOCK_DIR=`mktemp -d`
|
|||||||
clean_up() {
|
clean_up() {
|
||||||
|
|
||||||
# Perform program exit housekeeping
|
# Perform program exit housekeeping
|
||||||
rm rf $LOCK_DIR
|
rm -rf $LOCK_DIR
|
||||||
exit $1
|
exit $1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user