Skip to content
Snippets Groups Projects
Commit 1e93a789 authored by David Schmitz's avatar David Schmitz
Browse files

status: status/fodtest_netconf_get: auto discover directory where script resides and use it

parent a75818c3
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,13 @@ unset SSH_AUTH_SOCK
##
. ./venv/bin/activate
#. ./venv/bin/activate
mydir="$(dirname "$0")"
cd -P "$mydir/../"
pwd
. "./venv/bin/activate"
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment