timesave format may contain spaces, so we wrap it in quotes

This commit is contained in:
Chris Landa 2016-01-24 15:48:19 +01:00
parent 8a14e818d8
commit 0ec6e0890d

View file

@ -14,7 +14,7 @@
##function for similar saving & getting time
get_datetime() {
# Get format from piratebox.conf
date $TIMESAVE_FORMAT
date "${TIMESAVE_FORMAT}"
}