1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

Hide sysctl read errors

This commit is contained in:
downtownallday 2020-06-10 22:00:17 -04:00
parent ae5fbffa40
commit a9b5350138

View File

@ -21,8 +21,7 @@ before_install:
- hostname - hostname
- hostname --fqdn - hostname --fqdn
- ip add - ip add
# - sysctl -a 2>/dev/null | grep -i ipv6 | grep disable
- sysctl -a | grep -i ipv6 | grep disable
install: install:
- sudo tests/system-setup/remote-nextcloud-docker.sh - sudo tests/system-setup/remote-nextcloud-docker.sh