Skip to content

Commit

Permalink
Update sql/dj_setup_database.in
Browse files Browse the repository at this point in the history
Co-authored-by: Jaap Eldering <[email protected]>
  • Loading branch information
vmcj and eldering authored Oct 21, 2023
1 parent 167a99c commit fab3c1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sql/dj_setup_database.in
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,7 @@ load)
fi
FILE="$DATABASEDUMPDIR/${choice}"

if [ ! -f "${FILE}" ]
then
if [ ! -f "${FILE}" ]; then
echo "Error: file ${FILE} not found."
exit 1
fi
Expand Down

0 comments on commit fab3c1f

Please sign in to comment.