bigbluebutton-Github/bigbluebutton-tests/puppeteer/trigger/stop-network.sh
2021-09-30 17:20:31 -03:00

5 lines
71 B
Bash

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