Typo é_è

This commit is contained in:
Alexandre Aubin 2021-11-27 20:27:29 +01:00 committed by GitHub
parent 5881938c69
commit b3df36dd16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ _generate_config() {
[[ "$domain" =~ ^[^.]+\.local$ ]] || continue
echo " - $domain"
done
if [[ -e /etc/yunohot/mdns.aliases ]]
if [[ -e /etc/yunohost/mdns.aliases ]]
then
for localalias in $(cat /etc/yunohost/mdns.aliases | grep -v "^ *$")
do