You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/static/static/home/yi-hack-v5/script/system.sh
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#!/bin/sh
2
2
3
-
# 0.4.0c
3
+
# 0.4.1e
4
4
5
5
CONF_FILE="etc/system.conf"
6
6
@@ -148,7 +148,7 @@ fi
148
148
# Version Firmware Check
149
149
if [ -f"/home/yi-hack-v5/version" ];then
150
150
version=$(cat /home/yi-hack-v5/version)
151
-
if [[ "$version"!="0.3.8" ]];then
151
+
if [[ "$version"!="0.4.1" ]];then
152
152
echo"Your baseline $version (rootfs and home partitions) is incorrect. Ignore if you are using a pre-release version. Please refer to https://github.com/alienatedsec/yi-hack-v5/discussions/267"
153
153
echo"Your baseline $version (rootfs and home partitions) is incorrect, Ignore if you are using a pre-release version. Please refer to https://github.com/alienatedsec/yi-hack-v5/discussions/267">"/tmp/sd/hackerror.txt"
0 commit comments