MoviePilot/start.sh
2023-06-11 11:47:03 +08:00

6 lines
74 B
Bash

#!/bin/sh
umask ${UMASK}
playwright install chromium
python3 app/main.py