Don't modify /etc/hosts on ScribeAD

Ref: #30852
This commit is contained in:
Daniel Dehennin 2020-10-14 13:52:41 +02:00
parent 03a80f03fb
commit f43fca1a98
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
# Don't run on ScribeAD
[ ! -f /usr/lib/eole/eolead.sh ] || exit 0
ENABLE=$(CreoleGet activerLemon 'non')
HOSTS="/etc/hosts"