Skip to content

Commit bc96ba9

Browse files
committed
inital setup now requires force flag
1 parent 296c308 commit bc96ba9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coldfront/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ then
2424

2525
if ! coldfront show_users_in_project_but_not_in_allocation &> /dev/null; then
2626
echo "-- Initializing coldfront database..."
27-
coldfront initial_setup
27+
coldfront initial_setup -f
2828

2929
echo "-- Generating static css files..."
3030
coldfront collectstatic

0 commit comments

Comments
 (0)