mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 19:22:46 -06:00
b1c6a3f63f
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
|