diff options
Diffstat (limited to 'bin/common-functions.sh')
-rwxr-xr-x | bin/common-functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common-functions.sh b/bin/common-functions.sh index cafd22d3..f7b9414a 100755 --- a/bin/common-functions.sh +++ b/bin/common-functions.sh @@ -4,7 +4,7 @@ # released under the GPLv=2 common_cleanup() { - echo "$(date) - $0 stopped running as $TTT, which will now be removed." + echo "$(date -u) - $0 stopped running as $TTT, which will now be removed." rm -f $TTT } |