Files
webshop/scripts/init_supabase.sh

7 lines
128 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#!/bin/bash
set -e
echo "Supabase default user creation disabled setup wizard will handle user initialization."
exec "$@"