Fix init_sqlite.sh requiring one too many arguments
This commit is contained in:
@@ -5,7 +5,7 @@ PYTHON=python3
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ $# -le 1 ]
|
if [ $# -le 0 ]
|
||||||
then
|
then
|
||||||
echo "Usage: $0 <file> [--no-admin]" >&2
|
echo "Usage: $0 <file> [--no-admin]" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user