Skip to content

Fix scripts errors

Vladimir-csp requested to merge github/fork/notpeelz/fix-scripts-errors into master

Created by: notpeelz

As I was trying out the script, I noticed a couple situations in which the script could fail:

  1. not having any terminals configured and not having xterm installed would result in exec: xterm: not found
  2. an empty data directory would cause all sorts of script errors
  3. a terminal name with an asterisk could get shell expanded (unlikely, but good practice to handle it anyway)

Merge request reports

Loading