Update run.sh
This commit is contained in:
2
run.sh
2
run.sh
@@ -47,7 +47,7 @@ if [ "${1}" == "update" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd ${MMFOLDER}
|
cd ${MMFOLDER}
|
||||||
[ "${GITBRANCH}" != "" ] && gb=${GITBRANCH} || gb="master"
|
[ "${GITBRANCH}" != "" ] && gb="${GITBRANCH}" || gb="master"
|
||||||
if [ "`git log --pretty=%H ...refs/heads/${gb}^ | head -n 1`" != "`git ls-remote origin -h refs/heads/${gb} |cut -f1`" ]; then
|
if [ "`git log --pretty=%H ...refs/heads/${gb}^ | head -n 1`" != "`git ls-remote origin -h refs/heads/${gb} |cut -f1`" ]; then
|
||||||
if [ "${2}" != "q" ]; then
|
if [ "${2}" != "q" ]; then
|
||||||
echo -en "\e[1A";
|
echo -en "\e[1A";
|
||||||
|
|||||||
Reference in New Issue
Block a user