Fixed lib path

This commit is contained in:
Yassine 2017-11-26 13:23:41 +00:00 committed by GitHub
parent 45e4bcfe66
commit 387f6c283a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
source lib/InterfaceUtils.sh source ../lib/InterfaceUtils.sh
if [ ! "$1" ] if [ ! "$1" ]
then echo "Usage ./scripts/diagnostics <wireless_interface>"; exit 1 then echo "Usage ./scripts/diagnostics <wireless_interface>"; exit 1