mirror of
https://github.com/shadoll/sscript.git
synced 2025-12-20 06:30:02 +00:00
fix
This commit is contained in:
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user