Skip to content
Snippets Groups Projects
Commit ae49b15f authored by Christopher Gervais's avatar Christopher Gervais
Browse files

Be explicit about password file failures.

parent 3e2af0c1
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ if [ -z $password_file ]; then
fatal "No password file specified."
fi
if [ ! -f $password_file ]; then
fatal "The specified password file does not exist."
fatal "The specified password file '$password_file' does not exist."
fi
getconf backup "yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment