Skip to content

Commit ca25da4

Browse files
committed
[Pre-Release] 0.4.1f and delete compressed files fix
Changes to be committed: modified: VERSION modified: src/static/static/home/yi-hack-v5/script/system_init.sh
1 parent 590ebe7 commit ca25da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1e
1+
0.4.1f

src/static/static/home/yi-hack-v5/script/system_init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fi
3434
files=`find $YI_LIB -maxdepth 1 -name "*.7z" | awk 'END { print NR }'`
3535
if [ $files -gt 0 ]; then
3636
/home/base/tools/7za x "$YI_LIB/*.7z" -y -o$YI_LIB
37-
rm $YI_BASE/*.7z
37+
rm $YI_LIB/*.7z
3838
fi
3939

4040
if [ -f $ARCHIVE_FILE ]; then

0 commit comments

Comments
 (0)