wip
Signed-off-by: 35C4n0r <work.jaykumar@gmail.com>
This commit is contained in:
parent
149e65b49f
commit
6806985778
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user