From 999fb7f78dcaa44f83bb2b00772163f04baf1d62 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 23 Mar 2017 12:15:27 +0400 Subject: [PATCH] bug --- apacheconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apacheconfig b/apacheconfig index 3795e2a..c55540b 100755 --- a/apacheconfig +++ b/apacheconfig @@ -212,7 +212,7 @@ elif [ "$action" == deploy -o "$action" == localhosts ]; then eend elif [ "$action" == localhosts ]; then etitle "Mise à jour de /etc/hosts" - apacheconfig_deploy_localhosts "$destdir" "$aac_certsdir" "$onesite" || die + apacheconfig_localhosts "$destdir" "$aac_certsdir" "$onesite" || die eend fi