We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e42c5 commit 447eef4Copy full SHA for 447eef4
debian/overpass
@@ -111,6 +111,8 @@ case "$1" in
111
if test -x $DIFF_UPDATER ; then
112
if start-stop-daemon --stop --quiet --oknodo --pidfile $DIFF_UPDATE_PID_FILE; then
113
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
116
rm -f $DIFF_UPDATE_PID_FILE
117
log_end_msg 0
118
else
0 commit comments