4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-17 14:37:07 +00:00
AzuraCast/frontend/entrypoint.sh
Buster "Silver Eagle" Neece fec35a2432
Switch to php-gettext 5.x:
- Don't use compiled PHP translations, switch back to gettext .mo compiled files
 - Bring npm easygettext back for JS parsing and generation
2022-04-27 12:50:39 -05:00

9 lines
65 B
Bash

#!/usr/bin/env bash
fixuid
cd /data/frontend
npm ci
exec "$@"