added exitcode for container restart on psiphon restart
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if test "$1" -eq 256 ; then
|
||||||
|
e=$((128 + $2))
|
||||||
|
else
|
||||||
|
e="$1"
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "$e" > /run/s6-linux-init-container-results/exitcode
|
||||||
Reference in New Issue
Block a user