From 78597cadcaed4a684620225bc8f8785b7c59e876 Mon Sep 17 00:00:00 2001 From: Simon Berger Date: Sat, 25 Oct 2025 14:56:59 +0200 Subject: [PATCH] fix(shell-history): no longer check for env vars during installation --- src/shell-history/install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/shell-history/install.sh b/src/shell-history/install.sh index 51e3cc6..76583b5 100644 --- a/src/shell-history/install.sh +++ b/src/shell-history/install.sh @@ -5,14 +5,6 @@ LIFECYCLE_SCRIPTS_DIR="/usr/local/share/stuartleeks-devcontainer-features/shell- set -e echo "Activating feature 'shell-history'" -echo "User: ${_REMOTE_USER} User home: ${_REMOTE_USER_HOME}" - -if [ -z "$_REMOTE_USER" ] || [ -z "$_REMOTE_USER_HOME" ]; then - echo "***********************************************************************************" - echo "*** Require _REMOTE_USER and _REMOTE_USER_HOME to be set (by dev container CLI) ***" - echo "***********************************************************************************" - exit 1 -fi # Set Lifecycle script if [ -f oncreate.sh ]; then