Skip to content

Commit

Permalink
sqlite also needs to create superadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
romer8 committed Mar 7, 2024
1 parent c461380 commit 05ecee9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/salt/tethyscore.sls
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ Migrate_Database_TethysCore:
- shell: /bin/bash
- unless: /bin/bash -c "[ -f "{{ TETHYS_PERSIST }}/setup_complete" ];"
{% if TETHYS_DB_ENGINE == 'django.db.backends.postgresql' %}
Create_Database_Portal_SuperUser_TethysCore:
cmd.run:
- name: >
Expand All @@ -171,7 +170,6 @@ Create_Database_Portal_SuperUser_TethysCore:
{%- if PORTAL_SUPERUSER_EMAIL %}--pe "{{ PORTAL_SUPERUSER_EMAIL }}"{% endif %}
- shell: /bin/bash
- unless: /bin/bash -c "[ -f "{{ TETHYS_PERSIST }}/setup_complete" ];"
{% endif %}
{% if TETHYS_SITE_CONTENT %}
Modify_Tethys_Site_TethysCore:
Expand Down

0 comments on commit 05ecee9

Please sign in to comment.