From 531bea0523d78a1cf5d0a6dddd186bdefaa9c397 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 1 Dec 2023 16:59:11 +0100 Subject: [PATCH] Fix #238: disable history in bash wrapper for klish Signed-off-by: Joachim Wiberg --- board/netconf/rootfs/bin/clish | 1 + 1 file changed, 1 insertion(+) diff --git a/board/netconf/rootfs/bin/clish b/board/netconf/rootfs/bin/clish index 63c4d037..f4fdcfac 100755 --- a/board/netconf/rootfs/bin/clish +++ b/board/netconf/rootfs/bin/clish @@ -1,3 +1,4 @@ #!/bin/bash -li # Source settings, aliases, and probe terminal size, then hand over to klish +unset HISTFILE exec /usr/bin/klish