]> git.ipfire.org Git - network.git/commitdiff
copy: Remove trailing dot from log message
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Jul 2017 17:11:54 +0000 (19:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Jul 2017 17:11:54 +0000 (19:11 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.util

index 83edf69bc6a7d16a94d4880b26b25c085a428622..5935dcc2c8d9d63d672447ac1fb0ea7157f9221d 100644 (file)
@@ -762,7 +762,7 @@ copy() {
 
        # Check if ${dst} is a directory
        if [ -d "${dst}" ]; then
-               log ERROR "${dst} is a directory."
+               log ERROR "${dst} is a directory"
                return ${EXIT_ERROR}
        fi