Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
This commit is contained in:
35C4n0r 2025-12-14 09:20:48 +00:00
parent 149e65b49f
commit 6806985778
2 changed files with 1 additions and 4 deletions

View File

@ -394,7 +394,7 @@ locals {
chmod +x /tmp/start.sh chmod +x /tmp/start.sh
chmod +x /tmp/remove-last-session-id.sh chmod +x /tmp/remove-last-session-id.sh
${local.start_env_vars} \\ ${local.start_env_vars} \
/tmp/start.sh /tmp/start.sh
EOT EOT
} }

View File

@ -1,8 +1,5 @@
#!/bin/bash #!/bin/bash
if [ -f "$HOME/.bashrc" ]; then
source "$HOME"/.bashrc
fi
# Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles # Set strict error handling AFTER sourcing bashrc to avoid unbound variable errors from user dotfiles
set -euo pipefail set -euo pipefail