5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/bash -e
|
|
|
|
echo "Restarting Network Service...";
|
|
sudo nmcli networking on;
|