mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-12 06:47:06 +08:00
12 lines
154 B
Bash
Executable File
12 lines
154 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Check old version
|
|
if [ -f /config/bangumi.json ]; then
|
|
mv /config/bangumi.json /data/bangumi.json
|
|
fi
|
|
|
|
|
|
|
|
umask ${UMASK}
|
|
python3 main.py
|