about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scripts/chroot-prompt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/chroot-prompt.sh b/scripts/chroot-prompt.sh
index 9adff95..1e626cf 100644
--- a/scripts/chroot-prompt.sh
+++ b/scripts/chroot-prompt.sh
@@ -3,5 +3,5 @@ set -eu
 
 printf 'Name: '
 read -r nick rest
-printf '%s %s\n' "$nick" "${SSH_CLIENT:-}" >>nicks.log
-exec catgirl -n "$nick" -s "$nick" "$@"
+printf '%s %s\n' "$nick" "$SSH_CLIENT" >>nicks.log
+exec catgirl -K -n "$nick" -s "$nick" -u "${SSH_CLIENT%% *}" "$@"
d colspan='3' class='logmsg'> Mostly this just allows the use of 'now'. 2019-12-30Add initial rough version of scoopJune McEnroe 2019-12-30Join with USING wherever possibleJune McEnroe 2019-12-30Add -D flag to prospective scoop manualJune McEnroe 2019-12-30Order results by ID in outer query in litterboxJune McEnroe 2019-12-30Use X macro for Type enumJune McEnroe 2019-12-30Remove scoop -ABCJune McEnroe I can almost get these to work with an inner and outer SQL query, but when contexts starts overlapping it becomes a disaster, so I'm leavin it out at least for now. 2019-12-30Add limit option for litterbox's search query interfaceJune McEnroe