mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo é_è
This commit is contained in:
parent
5881938c69
commit
b3df36dd16
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ _generate_config() {
|
||||||
[[ "$domain" =~ ^[^.]+\.local$ ]] || continue
|
[[ "$domain" =~ ^[^.]+\.local$ ]] || continue
|
||||||
echo " - $domain"
|
echo " - $domain"
|
||||||
done
|
done
|
||||||
if [[ -e /etc/yunohot/mdns.aliases ]]
|
if [[ -e /etc/yunohost/mdns.aliases ]]
|
||||||
then
|
then
|
||||||
for localalias in $(cat /etc/yunohost/mdns.aliases | grep -v "^ *$")
|
for localalias in $(cat /etc/yunohost/mdns.aliases | grep -v "^ *$")
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Reference in a new issue