File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ execstoredcmd() {
7878init_execstoredcmd () {
7979 header_info=()
8080 [ $ANDROID ] && header_info+=(
81- " [] DEVICE: $( getprop ro.product.system. model) "
81+ " [] DEVICE: $( getprop ro.product.model) "
8282 " [] MANUFACTURER: $VENDOR "
8383 " [] SELINUX: $( getenforce) "
8484 " [] ANDROID VERSION: $ANDROID_VER "
@@ -88,7 +88,7 @@ init_execstoredcmd() {
8888 " [] GPU: $gpu "
8989 " [] KERNEL VERSION: $( uname -r) "
9090 " [] UPTIME: $( uptime -p) "
91- " [] ENTROPY: ${ ENTROPY} "
91+ " [] ENTROPY: $ENTROPY "
9292 )
9393 header " Main Menu"
9494 echo -e " \n"
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ main_menu() {
165165 unset_headvar
166166 header_info=()
167167 [ $ANDROID ] && header_info+=(
168- " [] DEVICE: $( getprop ro.product.system. model) "
168+ " [] DEVICE: $( getprop ro.product.model) "
169169 " [] MANUFACTURER: $VENDOR "
170170 " [] SELINUX: $( getenforce) "
171171 " [] ANDROID VERSION: $ANDROID_VER "
You can’t perform that action at this time.
0 commit comments