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