From 5ba8072b6f4af9704423358f3d55598954f11efe Mon Sep 17 00:00:00 2001 From: QXYang686 Date: Sun, 15 Feb 2026 00:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91=E5=AE=B9=E5=99=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE-=E5=88=9D=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.devcontainer/local-features/setup-user/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal-base/.devcontainer/local-features/setup-user/install.sh b/universal-base/.devcontainer/local-features/setup-user/install.sh index b028ec9..2bf94ef 100644 --- a/universal-base/.devcontainer/local-features/setup-user/install.sh +++ b/universal-base/.devcontainer/local-features/setup-user/install.sh @@ -9,7 +9,7 @@ fi # Ensure that login shells get the correct path if the user updated the PATH using ENV. rm -f /etc/profile.d/00-restore-env.sh -echo "export PATH=${PATH//$(/bin/bash -lc 'echo $PATH')/\$PATH}" > /etc/profile.d/00-restore-env.sh +echo "" > /etc/profile.d/00-restore-env.sh chmod +x /etc/profile.d/00-restore-env.sh export DEBIAN_FRONTEND=noninteractive