diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/g-i-installation.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh index 77074949..a4143deb 100755 --- a/bin/g-i-installation.sh +++ b/bin/g-i-installation.sh @@ -805,6 +805,7 @@ monitor_system() { echo "could not take vncsnapshot from $DISPLAY, lets try again..." let NR=NR-1 PRINTF_NR=$(printf "%06d" $NR) + echo "$PRINTF_NR: $(date)" fi # give signal we are still running if [ $(($NR % 14)) -eq 0 ] ; then |