Skip to content

Commit ddb2f5d

Browse files
authored
Minute instead month in backup file name
Fix for the DATESTAMP variable, to show proper file name.
1 parent 3e4b64c commit ddb2f5d

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)