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

Merge branch 'version-2' into 'master'

localdump - update configfile 2 check

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