mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-26 19:40:51 +08:00
13 lines
226 B
Bash
Executable File
13 lines
226 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Check old version
|
|
if [ ]; then
|
|
mv /config/bangumi.json /data/bangumi.json
|
|
fi
|
|
|
|
|
|
|
|
umask ${UMASK}
|
|
exec su-exec auto_bangumi:auto_bangumi python3 main.py &
|
|
exec su-exec auto_bangumi:auto_bangumi python3 api.py
|