mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-22 11:10:24 +00:00
fix a problem with COMMITD flag
This commit is contained in:
@@ -249,8 +249,10 @@ if [ "$GIT" = "1" ]; then
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
if ! $GREP 'Already up-to-date' $GITUP; then
|
||||
SOMETHINGCHANGED=1
|
||||
if [ -f "$GITUP" ]; then
|
||||
if ! $GREP 'Already up-to-date' $GITUP; then
|
||||
SOMETHINGCHANGED=1
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
else
|
||||
|
Reference in New Issue
Block a user