4 lines
105 B
Bash
4 lines
105 B
Bash
#!/bin/sh
|
|
/bin/systemctl -q is-enabled NetworkManager.service && /usr/bin/nm-online -q --timeout 30 ||:
|
|
|