This commit is contained in:
Jephté Clain 2017-03-23 12:15:27 +04:00
parent 37a2dce795
commit 999fb7f78d
1 changed files with 1 additions and 1 deletions

View File

@ -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