mirror of
https://github.com/PirateBox-Dev/PirateBoxScripts_Webserver.git
synced 2023-12-14 07:22:58 +01:00
timesave format may contain spaces, so we wrap it in quotes
This commit is contained in:
parent
8a14e818d8
commit
0ec6e0890d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
##function for similar saving & getting time
|
||||
get_datetime() {
|
||||
# Get format from piratebox.conf
|
||||
date $TIMESAVE_FORMAT
|
||||
date "${TIMESAVE_FORMAT}"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue