Skip to content

Commit a9ec6b0

Browse files
svetlemodryGadgetoid
authored andcommitted
Minute instead month in backup file name
Fix for the DATESTAMP variable, to show proper file name.
1 parent 0d4e2f3 commit a9ec6b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
CONFIG=/boot/config.txt
4-
DATESTAMP=`date "+%Y-%M-%d-%H-%M-%S"`
4+
DATESTAMP=`date "+%Y-%m-%d-%H-%M-%S"`
55
CONFIG_BACKUP=false
66

77
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)