It appears that this is causing issues with process termination. This reverts commitd2c9ce0f34, reversing changes made to98337c92e1.
3 lines
23 B
Bash
Executable File
3 lines
23 B
Bash
Executable File
#!/bin/sh
|
|
exec $1 2>&1
|