]> git.ipfire.org Git - people/ms/network.git/commitdiff
copy: Move comment to right spot
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Jul 2017 17:11:33 +0000 (19:11 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Jul 2017 17:11:33 +0000 (19:11 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.util

index 3f943e8d13e73111b01281aa7a0109816a376729..83edf69bc6a7d16a94d4880b26b25c085a428622 100644 (file)
@@ -753,8 +753,8 @@ dec2hex() {
        printf "%02x\n" "${1}"
 }
 
+# This function just copy config files
 copy() {
-       # This function just copy config files
        assert [ $# -eq 2 ]
 
        local src=${1}