Skip to content
Snippets Groups Projects

localdump - update configfile 2 check

Merged Hahn Axel (hahn) requested to merge version-2 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading