From 9f3e4b65cddecc6ff373f0dd9ac646ca5d47c356 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 5 Jan 2009 16:16:30 +0100 Subject: [PATCH] ldap: Add the (optional) function keyword. This makes the function definition a bit clearer. --- handlers/ldap.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/ldap.in b/handlers/ldap.in index 6ef9948..0868eac 100644 --- a/handlers/ldap.in +++ b/handlers/ldap.in @@ -44,7 +44,7 @@ fi status="ok" -make_backup() { +function make_backup() { vsname=$1 if [ -z "$vsname" ]; then info "Running on host" -- 2.30.2