From ee3c78767e814dfc299211a87eaff49f94ba3c5f Mon Sep 17 00:00:00 2001 From: Richard Cunningham Date: Thu, 21 Nov 2024 16:09:28 +0000 Subject: [PATCH] remove mkdir from minimum spec terminalhistory --- .devcontainer/features/sterminalhistory/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.devcontainer/features/sterminalhistory/install.sh b/.devcontainer/features/sterminalhistory/install.sh index 8857c1f..6714eea 100644 --- a/.devcontainer/features/sterminalhistory/install.sh +++ b/.devcontainer/features/sterminalhistory/install.sh @@ -2,6 +2,4 @@ set -e echo "Activating feature 'terminal-history'" -echo "User: ${_REMOTE_USER} User home: ${_REMOTE_USER_HOME}" - -mkdir -p $CONFIG_STAGING \ No newline at end of file +echo "User: ${_REMOTE_USER} User home: ${_REMOTE_USER_HOME}" \ No newline at end of file