From 78a020df8242ae5e4e2ac210bc8d85dc27b43bb6 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 20 Jul 2021 21:27:24 -0400 Subject: chroot: Avoid passing paths to -s --- scripts/chroot-prompt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/chroot-prompt.sh b/scripts/chroot-prompt.sh index 1e626cf..2b34426 100644 --- a/scripts/chroot-prompt.sh +++ b/scripts/chroot-prompt.sh @@ -4,4 +4,4 @@ set -eu printf 'Name: ' read -r nick rest printf '%s %s\n' "$nick" "$SSH_CLIENT" >>nicks.log -exec catgirl -K -n "$nick" -s "$nick" -u "${SSH_CLIENT%% *}" "$@" +exec catgirl -K -n "$nick" -s "${nick##*/}" -u "${SSH_CLIENT%% *}" "$@" -- cgit 1.4.1 ee55b165441a0519'>this commit IRC logger
summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)Author
2020-01-20Use Xr for first "litterbox" in README 1.0June McEnroe
2020-01-20Introduce pounce link in READMEJune McEnroe
2020-01-18Use < for beforeJune McEnroe
2020-01-18Rearrange code in scoopJune McEnroe
2020-01-16Add scoop flag for local timeJune McEnroe
2020-01-14Remove note about usernames for pounceJune McEnroe
2020-01-14Reference IRCv3.1 SASL specJune McEnroe
2020-01-14Ensure ansi resets formatting and null-terminatesJune McEnroe
2020-01-14Implement IRC formatting to ANSI translationJune McEnroe
2020-01-14Add -b flag for live backupJune McEnroe
2020-01-14Add columnsize = 0 option to FTS indexJune McEnroe
2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe
2020-01-12Add Linux.mkJune McEnroe
2020-01-11Fix unscoop dedup window syntaxJune McEnroe
2020-01-11Bump busy timeout to 10sJune McEnroe