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:
parent
ae5fbffa40
commit
a9b5350138
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user