4 lines
145 B
Plaintext
4 lines
145 B
Plaintext
|
|
#!/command/with-contenv sh
|
||
|
|
# Always restart on exit (exit != 125). Crash-loop with a bad auth
|
||
|
|
# config is the intended fail-closed signal.
|
||
|
|
exit 0
|