This commit is contained in:
Marco Ochse 2017-10-05 22:40:31 +00:00
parent 8159e98e72
commit 9ef39d1af6

View file

@ -70,7 +70,7 @@ function fuSELFUPDATE () {
myLOCALSTAT=$(git status -uno | grep -c update.sh) myLOCALSTAT=$(git status -uno | grep -c update.sh)
if [ "$myRESULT" == "update.sh" ]; if [ "$myRESULT" == "update.sh" ];
then then
if [ "$myLOCALSTATUS" == "0" ]; if [ "$myLOCALSTAT" == "0" ];
then then
echo "###### $myBLUE"Found newer version, will update myself and restart."$myWHITE" echo "###### $myBLUE"Found newer version, will update myself and restart."$myWHITE"
git pull --force git pull --force