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}")