Skip to content

Commit

Permalink
Accept "keys only" argument for db setup
Browse files Browse the repository at this point in the history
  • Loading branch information
botimer committed May 30, 2024
1 parent eeb5d37 commit f08dc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

directory=$(dirname "$0")

while getopts u:p:h:P:arb option
while getopts u:p:h:P:akrb option
do
case "${option}"
in
Expand Down

0 comments on commit f08dc8a

Please sign in to comment.