diff --git a/make_mirror.sh b/make_mirror.sh index 0e6570d..b82e6ab 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -550,3 +550,5 @@ mv --no-target-directory ./shared/cache.tmp ./shared/cache deletecache "$oldcachedir" trap - EXIT INT TERM + +echo "$0 finished successfully" >&2