remove debug exit
This commit is contained in:
parent
d7c28f36be
commit
c190f9cba5
@ -54,8 +54,6 @@ if [[ "$line" == Y* ]] || [[ "$line" == y* ]] || [ -z "$line" ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit
|
|
||||||
|
|
||||||
if ! which git >>/dev/null ; then
|
if ! which git >>/dev/null ; then
|
||||||
echo "Error: git is not installed"
|
echo "Error: git is not installed"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user