diff --git a/bin/generateJsDoc.sh b/bin/generateJsDoc.sh index cf876278..1667c1cc 100755 --- a/bin/generateJsDoc.sh +++ b/bin/generateJsDoc.sh @@ -1,5 +1,10 @@ #!/bin/sh +#Move to the folder where ep-lite is installed +FOLDER=$(dirname $(readlink -f $0)) +cd $FOLDER + +#Was this script started in the bin folder? if yes move out if [ -d "../bin" ]; then cd "../" fi