diff --git a/doc/screenshot.png b/doc/screenshot.png index 0fd095e..71406ea 100644 Binary files a/doc/screenshot.png and b/doc/screenshot.png differ diff --git a/include/reHDD.h b/include/reHDD.h index e3d3856..2fd2722 100644 --- a/include/reHDD.h +++ b/include/reHDD.h @@ -8,7 +8,7 @@ #ifndef REHDD_H_ #define REHDD_H_ -#define REHDD_VERSION "bV0.3.0" +#define REHDD_VERSION "V1.0.0" // Drive handling Settings #define WORSE_HOURS 19200 //mark drive if at this limit or beyond diff --git a/scripts/update.sh b/scripts/update.sh index c4479c0..14ad765 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -6,9 +6,9 @@ systemctl stop /lib/systemd/system/getty@tty1.service.d cd /root/reHDD/ -FILE=./ignoreDrives.conf +FILE=../ignoreDrives.conf if test -f "$FILE"; then - echo backup exits + echo "backup exits already" else cp /root/reHDD/ignoreDrives.conf /root/ignoreDrives.conf fi @@ -23,6 +23,10 @@ git checkout master git pull +git submodule init + +git submodule update + make release cp /root/ignoreDrives.conf /root/reHDD/ignoreDrives.conf