mirror of
https://github.com/pretix/pretix.git
synced 2026-08-16 11:46:27 +00:00
Added runtime SASS compliation and color settings
This commit is contained in:
@@ -40,5 +40,9 @@ if [ "$1" == "shell" ]; then
|
||||
exec python3 -m pretix shell
|
||||
fi
|
||||
|
||||
echo "Specify argument: all|cron|webworker|taskworker|shell"
|
||||
if [ "$1" == "upgrade" ]; then
|
||||
exec python3 -m pretix updatestyles
|
||||
fi
|
||||
|
||||
echo "Specify argument: all|cron|webworker|taskworker|shell|upgrade"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user