Skip to content

Commit

Permalink
clean up at stop the xapi tmp directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sletuffe committed Nov 15, 2013
1 parent 15e42c5 commit 447eef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions debian/overpass
Expand Up @@ -111,6 +111,8 @@ case "$1" in
if test -x $DIFF_UPDATER ; then
if start-stop-daemon --stop --quiet --oknodo --pidfile $DIFF_UPDATE_PID_FILE; then
log_daemon_msg "Stopping Overpass diff updates" "diff updates"
#A little clean up of the xapi tmp dirrectory
rm -r /tmp/translate_xapi 2>/dev/null
rm -f $DIFF_UPDATE_PID_FILE
log_end_msg 0
else
Expand Down

0 comments on commit 447eef4

Please sign in to comment.