fix #172 for restore cmd

This commit is contained in:
xiaozhuai, Weihang Ding 2021-03-02 14:15:45 +08:00 committed by GitHub
parent 53924b739f
commit 5d510c0ded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ function get_edid() {
echo '------------------------------------'
for display in "${gDisplayInf[@]}"; do
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
echo '------------------------------------'
read -p "Choose the display: " selection