From 423f3eb8ec34abb507679194059fa5a417664e15 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 14 Aug 2021 20:04:20 -0700 Subject: [PATCH] Gosh darn it this wasted a lot of time --- system/res/sentinel.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/res/sentinel.bash b/system/res/sentinel.bash index 3a039d9..5081050 100755 --- a/system/res/sentinel.bash +++ b/system/res/sentinel.bash @@ -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}")