developing...

This commit is contained in:
Oleg Korshul
2019-06-20 16:29:49 +03:00
parent 1f3d09857f
commit 0f4a25684b
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
key=$1
var=$2

View File

@ -1,5 +1,5 @@
#!/bin/bash
SCRIPTPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
SCRIPTPATH_FETCH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
REPO_NAME=$1
@ -15,7 +15,7 @@ then
fi
curdir=$PWD
cd "$SCRIPTPATH/../../"
cd "$SCRIPTPATH_FETCH/../../"
if [ ! -d "./$REPO_NAME" ]
then