motd.sh: Don't pass "-u" to the date command
This commit is contained in:
parent
acef5c4a24
commit
85acce3879
2
motd.sh
2
motd.sh
|
@ -19,7 +19,7 @@ cat << EOF
|
||||||
|
|
||||||
https://bitbucket.org/marduk/virtual-appliance/
|
https://bitbucket.org/marduk/virtual-appliance/
|
||||||
|
|
||||||
The system image was built on `date -u +"%Y-%m-%d %H:%M %Z"` based on the "${APPLIANCE}"
|
The system image was built on `date +"%Y-%m-%d %H:%M %Z"` based on the "${APPLIANCE}"
|
||||||
appliance. It was built with the following features:
|
appliance. It was built with the following features:
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue