From 10b53c87337f77fcdd72eb25bae60a58d107db5d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Jul 2017 19:11:33 +0200 Subject: [PATCH] copy: Move comment to right spot Signed-off-by: Michael Tremer --- src/functions/functions.util | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions/functions.util b/src/functions/functions.util index 3f943e8d..83edf69b 100644 --- a/src/functions/functions.util +++ b/src/functions/functions.util @@ -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} -- 2.47.3