Merge pull request #262 from m4tt72/patch-1

Fixed lib path
This commit is contained in:
deltax 2017-11-26 18:30:01 +01:00 committed by GitHub
commit b6a7d5583f
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
source lib/InterfaceUtils.sh
source ../lib/InterfaceUtils.sh
if [ ! "$1" ]
then echo "Usage ./scripts/diagnostics <wireless_interface>"; exit 1