fix(examples/a):Change display scale from kg/kg to g/kg
[EVA-2020-02-2.git] / install.sh
index 1fec5c846159ade49cfe2c592feba66e29b7255b..6837697f3a3823c4e3f71b63be2222df2b9484d7 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 CONFIG=/boot/config.txt
-DATESTAMP=`date "+%Y-%M-%d-%H-%M-%S"`
+DATESTAMP=`date "+%Y-%m-%d-%H-%M-%S"`
 CONFIG_BACKUP=false
 APT_HAS_UPDATED=false
 USER_HOME=/home/$SUDO_USER
@@ -189,5 +189,5 @@ if [ -d "examples" ]; then
 fi
 
 success "\nAll done!"
-inform "If this is your first time installing you should reboot for hardware changes to tkae effect.\n"
+inform "If this is your first time installing you should reboot for hardware changes to take effect.\n"
 inform "Find uninstall steps in $UNINSTALLER\n"