|
|
@ -15,8 +15,6 @@ if [[ $gituser == "" ]]; then
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
THISSCRIPT=$(readlink -f $0)
|
|
|
|
THISSCRIPT=$(readlink -f $0)
|
|
|
|
echo "$THISSCRIPT"
|
|
|
|
|
|
|
|
exit 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [[ ! -e "$THISSCRIPT" ]]; then
|
|
|
|
if [[ ! -e "$THISSCRIPT" ]]; then
|
|
|
|
echo "Unable to find myself! Exiting..."
|
|
|
|
echo "Unable to find myself! Exiting..."
|
|
|
|