Skip to content

Commit

Permalink
uff
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMKuehne committed Feb 11, 2025
1 parent 2f1ae09 commit fe5fd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ pipenv run ./manage.py createsuperuser --noinput 2>/dev/null

# load default groups
echo -e "\n[""${BLUE} JOB""${NC}""] Creating default permission groups"
pipenv run ./manage.py loaddata */fixtures/*.json 2>/dev/null
pipenv run ./manage.py loaddata ./*/fixtures/*.json 2>/dev/null

echo -e "\n[""${BLUE} JOB""${NC}""] Starting Apache"
pipenv run ./manage.py runmodwsgi --user www-embark --group sudo \
Expand Down

0 comments on commit fe5fd9c

Please sign in to comment.