Skip to content
Snippets Groups Projects
Commit c01bb32d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

localdump - update configfile 2 check

parent 5311ecca
No related branches found
No related tags found
1 merge request!8localdump - update configfile 2 check
......@@ -27,9 +27,9 @@
. ~/.backup.conf
fi
if [ ! -r "${DIRFILE}" ]; then
if [ ! -r "${JOBFILE}" ]; then
color error
echo ERROR: missing config file ${DIRFILE}.
echo ERROR: missing config file ${JOBFILE}.
color reset
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment