2 lines
68 B
Bash
2 lines
68 B
Bash
#!/bin/bash
|
|
exec bash -xc ./entrypoint.sh 2>&1 | tee /root/stuff.log |
#!/bin/bash
|
|
exec bash -xc ./entrypoint.sh 2>&1 | tee /root/stuff.log |