Fix stupid bug

This commit is contained in:
Luc Didry 2016-07-29 10:03:11 +02:00
parent 8c8cacbb0e
commit 354be0bc3e
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ fi
echo -e " "$DISTRIB_DESCRIPTION "(kernel "$(uname -r)")\n"
# Update the information for next time
printf "DISTRIB_DESCRIPTION=%s" $(lsb_release -s -d) > /etc/update-motd.d/lsb-release &
printf "DISTRIB_DESCRIPTION=%s" "$(lsb_release -s -d)" > /etc/update-motd.d/lsb-release &