From 274b967c3d86e1753286c23c95864ef4658f04ce Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 4 May 2016 13:58:15 +0200 Subject: [PATCH] backup-script-wrapper: Show command line --- bin/backup-script-wrapper | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/backup-script-wrapper b/bin/backup-script-wrapper index a2de1d7..456f468 100755 --- a/bin/backup-script-wrapper +++ b/bin/backup-script-wrapper @@ -49,6 +49,9 @@ echo echo " - Host: `hostname -f`" echo " - User: `id -un`" echo +echo "Command:" +echo "$0" "$@" +echo if echo "$DELIMITER" >>"$LOGFILE" 2>/dev/null; then echo >>"$LOGFILE" -- 2.39.2