Gosh darn it this wasted a lot of time

This commit is contained in:
Radon Rosborough 2021-08-14 20:04:20 -07:00
parent e197ad9c72
commit 423f3eb8ec
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ while read -t2 -r cmdline; do
else
if [[ "${cmd[0]}" == pty ]]; then
maybe_pty=/var/cache/riju/share/riju-pty
else
maybe_pty=
fi
uuid="${cmd[1]}"
args=("${cmd[@]:2}")