fix #172 for restore cmd
This commit is contained in:
parent
53924b739f
commit
5d510c0ded
1 changed files with 1 additions and 1 deletions
2
hidpi.sh
2
hidpi.sh
|
@ -197,7 +197,7 @@ function get_edid() {
|
||||||
echo '------------------------------------'
|
echo '------------------------------------'
|
||||||
for display in "${gDisplayInf[@]}"; do
|
for display in "${gDisplayInf[@]}"; do
|
||||||
let index++
|
let index++
|
||||||
printf " %d | ${display:16:4} | ${gMonitor:22:2}${gMonitor:20:2}\n" $index
|
printf " %d | ${display:16:4} | ${display:22:2}${display:20:2}\n" $index
|
||||||
done
|
done
|
||||||
echo '------------------------------------'
|
echo '------------------------------------'
|
||||||
read -p "Choose the display: " selection
|
read -p "Choose the display: " selection
|
||||||
|
|
Loading…
Reference in a new issue