This commit is contained in:
sHa
2019-06-07 10:53:45 +03:00
parent 9cbc5c37b8
commit c0b367ff47

View File

@@ -15,7 +15,7 @@ if [ ! -d $PROJECT/storage ]; then
exit 1 exit 1
fi fi
gity --version 2>&1 >/dev/null git --version 2>&1 >/dev/null
GIT_IS_AVAILABLE=$? GIT_IS_AVAILABLE=$?
if [ ! $GIT_IS_AVAILABLE -eq 0 ]; then if [ ! $GIT_IS_AVAILABLE -eq 0 ]; then
echo "ERROR: The program 'git' is currently not installed." echo "ERROR: The program 'git' is currently not installed."