Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Jan 8, 2017
1 parent 2c0b1d6 commit 5fac061
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@ ret: $? | BASH_COMMAND: $BASH_COMMAND | Please report this bug!"
trap "error_handler_rads" ERR

error_handler_exit() {
rm --force "/var/run/rads/rads-startup.status"
rm --force "/var/run/rads/rads-block-display-manger-startup.status"
}

trap "error_handler_exit" EXIT
Expand Down

0 comments on commit 5fac061

Please sign in to comment.