File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ about () {
21
21
echo " ========================================================= "
22
22
echo " \ Superbench.sh Script / "
23
23
echo " \ Basic system info, I/O test and speedtest / "
24
- echo " \ v1.0.3 (6 May 2018) / "
24
+ echo " \ v1.0.4 (7 May 2018) / "
25
25
echo " \ Created by Oldking / "
26
26
echo " ========================================================= "
27
27
echo " "
@@ -514,7 +514,7 @@ get_system_info() {
514
514
515
515
print_intro () {
516
516
printf ' Superbench.sh -- https://www.oldking.net/350.html\n' | tee -a $log
517
- printf " Mode : \e${GREEN} %s\e${PLAIN} Version : \e${GREEN} %s${PLAIN} \n" $mode_name 1.0.3 | tee -a $log
517
+ printf " Mode : \e${GREEN} %s\e${PLAIN} Version : \e${GREEN} %s${PLAIN} \n" $mode_name 1.0.4 | tee -a $log
518
518
printf ' Usage : wget -qO- git.io/superbench.sh | bash\n' | tee -a $log
519
519
}
520
520
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ about () {
20
20
echo " ========================================================= "
21
21
echo " \ Superbench.sh Script / "
22
22
echo " \ Basic system info, I/O test and speedtest / "
23
- echo " \ v1.0.3 (6 May 2018) / "
23
+ echo " \ v1.0.4 (7 May 2018) / "
24
24
echo " \ Created by Oldking / "
25
25
echo " ========================================================= "
26
26
echo " "
@@ -422,7 +422,7 @@ get_system_info() {
422
422
423
423
print_intro () {
424
424
printf ' Superbench.sh -- https://www.oldking.net/350.html\n' | tee -a $log
425
- printf " Mode : \e${GREEN} %s\e${PLAIN} Version : \e${GREEN} %s${PLAIN} \n" $mode_name 1.0.3 | tee -a $log
425
+ printf " Mode : \e${GREEN} %s\e${PLAIN} Version : \e${GREEN} %s${PLAIN} \n" $mode_name 1.0.4 | tee -a $log
426
426
printf ' Usage : wget -qO- git.io/superbench.sh | bash\n' | tee -a $log
427
427
}
428
428
You can’t perform that action at this time.
0 commit comments