commit 42a10e435a447026db34bb517e41afc8b517a9bb parent 8eddc6597b7c9a10821c83271bdfca7ce27b97a8 Author: ccx <ccx@te2000.cz> Date: Sat, 22 Jun 2024 16:28:24 +0000 Add xtrace debug capability Diffstat:
M | sbin/logincaps | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/sbin/logincaps b/sbin/logincaps @@ -81,6 +81,10 @@ main() { local line term_cmd term_env REPLY while read line; do case $line in + ((|no)xtrace) + setopt $line + ;; + (o) cap_cmd poweroff ;;