Skip to content

Commit

Permalink
update bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
amancevice committed Oct 6, 2023
1 parent 47c14e2 commit 5c39a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/superset-demo
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -eo pipefail

# Initialize Superset
superset-init
Expand Down
3 changes: 1 addition & 2 deletions bin/superset-init
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

set -e
set -eo pipefail

# Create an admin user
flask fab create-admin $@
Expand Down

0 comments on commit 5c39a0d

Please sign in to comment.