mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-26 19:21:39 +00:00
9 lines
No EOL
130 B
Bash
9 lines
No EOL
130 B
Bash
#!/bin/sh
|
|
|
|
if [ "$1" -eq 256 ]; then
|
|
e=$((128 + $2))
|
|
else
|
|
e="$1"
|
|
fi
|
|
|
|
echo "$e" > /run/s6-linux-init-container-results/exitcode |