From 387f6c283aae17b9890a266defd01c3de2a53a10 Mon Sep 17 00:00:00 2001 From: Yassine Date: Sun, 26 Nov 2017 13:23:41 +0000 Subject: [PATCH] Fixed lib path --- scripts/diagnostics.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/diagnostics.sh b/scripts/diagnostics.sh index 9e9c788..4404f33 100755 --- a/scripts/diagnostics.sh +++ b/scripts/diagnostics.sh @@ -1,6 +1,6 @@ #!/bin/bash -source lib/InterfaceUtils.sh +source ../lib/InterfaceUtils.sh if [ ! "$1" ] then echo "Usage ./scripts/diagnostics "; exit 1