Fix no password prompt

pull/8/head
Bohan Yang 5 years ago committed by GitHub
parent c2cfdd68b4
commit df25873e77
  1. 3
      debi.sh

@ -2,6 +2,9 @@
set -euo pipefail
# Discard stdin. Needed when running from an one-liner which includes a newline
read -r -N 999999 -t 0.001
err() {
echo "Error: $1." 1>&2
exit 1

Loading…
Cancel
Save