mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-26 19:40:51 +08:00
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
# shellcheck shell=bash
|
|
|
|
function __old_compatible {
|
|
|
|
umask ${UMASK}
|
|
|
|
if [ -f /config/bangumi.json ]; then
|
|
mv /config/bangumi.json /app/data/bangumi.json
|
|
fi
|
|
|
|
}
|
|
|
|
__old_compatible 2>&1 | sed "s#^#cont-init: info: $(realpath $0): &#g" |