bigbluebutton-Github/bigbluebutton-tests/puppeteer/events/stop-network.sh

5 lines
71 B
Bash
Raw Normal View History

#!/bin/bash -e
echo "Cutting Network OFF";
sudo nmcli networking off;