diff options
-rwxr-xr-x | tools/motd-hook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/motd-hook b/tools/motd-hook index c6bec62d..8c482e8c 100755 --- a/tools/motd-hook +++ b/tools/motd-hook @@ -27,7 +27,7 @@ BUILD_FILE=/var/lib/cloud/data/available.build [ -s "${BUILD_FILE}" ] || exit 0 -read suite build_name name serial < "${BUILD_FILE}" +read suite build_name name serial other < "${BUILD_FILE}" cat <<EOF A newer build of the Ubuntu ${suite} ${build_name} image is available. |