Skip to content

Commit 447eef4

Browse files
author
sletuffe
committed
clean up at stop the xapi tmp directory
1 parent 15e42c5 commit 447eef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debian/overpass

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ case "$1" in
111111
if test -x $DIFF_UPDATER ; then
112112
if start-stop-daemon --stop --quiet --oknodo --pidfile $DIFF_UPDATE_PID_FILE; then
113113
log_daemon_msg "Stopping Overpass diff updates" "diff updates"
114+
#A little clean up of the xapi tmp dirrectory
115+
rm -r /tmp/translate_xapi 2>/dev/null
114116
rm -f $DIFF_UPDATE_PID_FILE
115117
log_end_msg 0
116118
else

0 commit comments

Comments
 (0)