Skip to content

Commit a4ac620

Browse files
authored
Merge pull request #80 from svetlemodry/svetlemodry-datestamp-fix
Minute instead month in backup file name
2 parents 3e4b64c + ddb2f5d commit a4ac620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
APT_HAS_UPDATED=false
77
USER_HOME=/home/$SUDO_USER

0 commit comments

Comments
 (0)