about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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%% *}" "$@"
dfea3f8193aacb21edd74880d51535ae29346d2e&follow=1'>Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe