1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00
This commit is contained in:
downtownallday 2020-06-02 20:42:38 -04:00
parent d04a8a0ca6
commit cbc1371ae2

View File

@ -43,7 +43,7 @@ install:
script: script:
- sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf' - sudo $SHELL -c 'cat ./tests/assets/nsd/nsd-extra.conf >> /etc/nsd/nsd.conf'
- sudo sed -i 's/yes/\n port: 1053/' /etc/nsd/nsd/conf - sudo sed -i 's/\(.\) yes/\n port\1 1053/' /etc/nsd/nsd/conf
- sudo systemctl restart nsd - sudo systemctl restart nsd
- sudo systemctl status -l nsd - sudo systemctl status -l nsd
- sudo cat /etc/nsd/nsd.conf - sudo cat /etc/nsd/nsd.conf