Oops, a copy/paste bug.

This commit is contained in:
Uroš Golja
2016-10-26 07:51:10 +02:00
parent ee25e6d65a
commit ac2ea74ad5

View File

@@ -22,7 +22,7 @@ if (! -d $conf->{src_dir}) {
# verify the destination dir
if (! -d $conf->{dst_dir}) {
print "ERROR: Source directory '$conf->{dst_dir}' does not exist. Aborting.\n";
print "ERROR: Destination directory '$conf->{dst_dir}' does not exist. Aborting.\n";
exit 1;
}