Skip to content

Commit

Permalink
Remove cmduserpass argument on the createusers command to avoid c…
Browse files Browse the repository at this point in the history
…reating a `cmd_user` on the production instances
  • Loading branch information
sebastian-aranda committed Sep 6, 2024
1 parent 169e5e2 commit 75d9410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/runserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo -e "\nApplying migrations"
python manage.py migrate

echo -e "\nCreating default users"
python manage.py createusers --adminpass ${ADMIN_USER_PASS} --userpass ${USER_USER_PASS} --cmduserpass ${CMD_USER_PASS}
python manage.py createusers --adminpass ${ADMIN_USER_PASS} --userpass ${USER_USER_PASS}
if [ -z ${LOVE_SITE} ]; then
love_site="summit"
else
Expand Down

0 comments on commit 75d9410

Please sign in to comment.