occ_maintenance.sh: fix error in removing LOCK directory.
This commit is contained in:
@@ -62,7 +62,7 @@ usage() {
|
||||
clean_up() {
|
||||
|
||||
# Perform program exit housekeeping
|
||||
rm -f "$LOCK_DIR"
|
||||
rm -rf "$LOCK_DIR"
|
||||
blank_line
|
||||
exit $1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user