Fixing minor error in README
I had the .sh file in the wrong directory in the chmod
This commit is contained in:
parent
5ae90573f7
commit
dfa5a18678
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ If you only have two NICs, you can buy this cheap USB 100Mbps NIC [from Amazon](
|
||||||
```
|
```
|
||||||
scp bin/pfatt-5268AC root@pfsense:/usr/local/etc/rc.d/
|
scp bin/pfatt-5268AC root@pfsense:/usr/local/etc/rc.d/
|
||||||
scp bin/pfatt-5268AC.sh root@pfsense:/root/bin/
|
scp bin/pfatt-5268AC.sh root@pfsense:/root/bin/
|
||||||
ssh root@pfsense chmod +x /usr/local/etc/rc.d/pfatt-5268AC.sh /root/bin/pfatt-5268AC
|
ssh root@pfsense chmod +x /usr/local/etc/rc.d/pfatt-5268AC /root/bin/pfatt-5268AC.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Connect cables:
|
4. Connect cables:
|
||||||
|
|
Loading…
Reference in a new issue