We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633bc3e commit f584f0cCopy full SHA for f584f0c
switchToAP.sh
100644
100755
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
+
4
# check if running as root
5
if [[ $EUID -ne 0 ]]; then
6
echo "This script must be run as root"
switchToWlan.sh
0 commit comments