mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-09 23:25:33 -06:00
The reason why the shebang is removed from these tests, is because the shebang is only needed for SSH/Linux connections. So in the new setup the shebang line is added in the SSH communicator instead of in the resource provisioner itself…
4 lines
34 B
Bash
Executable File
4 lines
34 B
Bash
Executable File
cd /tmp
|
|
wget http://foobar
|
|
exit 0
|