Skip to content

Commit f584f0c

Browse files
author
John Scimone
committed
set x bits
1 parent 633bc3e commit f584f0c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

switchToAP.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
34
# check if running as root
45
if [[ $EUID -ne 0 ]]; then
56
echo "This script must be run as root"

switchToWlan.sh

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22

3+
34
# check if running as root
45
if [[ $EUID -ne 0 ]]; then
56
echo "This script must be run as root"

0 commit comments

Comments
 (0)