We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ec57b commit c00740fCopy full SHA for c00740f
1 file changed
lib/solidus_dev_support/templates/extension/bin/sandbox.tt
@@ -9,15 +9,16 @@ postgres|postgresql)
9
mysql)
10
RAILSDB="mysql"
11
;;
12
-sqlite)
+sqlite3|sqlite)
13
RAILSDB="sqlite3"
14
15
'')
16
echo "~~> Use 'export DB=[postgres|mysql|sqlite]' to control the DB adapter"
17
18
19
*)
20
- echo "Invalid DB specified: $DB"
+ echo "Invalid value specified for the Solidus sandbox: DB=\"$DB\"."
21
+ echo "Please use 'postgres', 'mysql', or 'sqlite' instead."
22
exit 1
23
24
esac
0 commit comments