diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-11 02:43:22 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-11 02:43:22 -0500 |
| commit | 292bbd0bce87926157a58f2f1f6a73046a122130 (patch) | |
| tree | d3cede5ca2a66192c7cbb5ddc8e34bcfdce1407a /copy.sh | |
| parent | e73e6a5ce96a7fd0e849cd112321e3160bedff80 (diff) | |
Fixing resoltion prmpt
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -360,7 +360,6 @@ if [[ "$EDITOR_SET" -eq 0 ]] && command -v vim &>/dev/null; then fi printf "\n" -echo "${INFO} Awaiting monitor resolution selection (1=<1440p, 2=≥1440p)..." 2>&1 | tee -a "$LOG" resolution=$(prompt_resolution_choice) echo "${OK} You have chosen $resolution resolution." 2>&1 | tee -a "$LOG" if [ "$resolution" == "< 1440p" ]; then |
