mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-23 18:11:37 +08:00
10 lines
171 B
Bash
Executable File
10 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sh ./getWebUI.sh
|
|
|
|
sh ./setID.sh
|
|
|
|
umask ${UMASK}
|
|
exec su-exec auto_bangumi:auto_bangumi python3 app.py &
|
|
exec su-exec auto_bangumi:auto_bangumi python3 api.py
|