From 3ffd944e6ba6dfe4c7c4c275848f1c0a1f246e28 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 24 Apr 2026 19:10:12 +0100 Subject: [PATCH] test: isolate doctor switch shell profiles --- scripts/e2e/doctor-install-switch-docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/e2e/doctor-install-switch-docker.sh b/scripts/e2e/doctor-install-switch-docker.sh index 95246043edc..55427958fa1 100755 --- a/scripts/e2e/doctor-install-switch-docker.sh +++ b/scripts/e2e/doctor-install-switch-docker.sh @@ -140,6 +140,8 @@ LOGINCTL cat "$install_log" exit 1 fi + rm -f "$HOME/.zshrc" "$HOME/.bashrc" "$HOME/.bash_profile" + rm -rf "$HOME/.config/fish" "$HOME/.config/powershell" unit_path="$HOME/.config/systemd/user/openclaw-gateway.service" if [ ! -f "$unit_path" ]; then