From: Michael Tremer Date: Wed, 19 Jul 2017 17:11:33 +0000 (+0200) Subject: copy: Move comment to right spot X-Git-Tag: 009~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10b53c87337f77fcdd72eb25bae60a58d107db5d;p=people%2Fms%2Fnetwork.git copy: Move comment to right spot Signed-off-by: Michael Tremer --- 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}