Browse Source

Merge pull request #1538 from tsujamin/update.sh-ininite-loop-fix

Fix infinite loop when parsing update.sh arguments
André Peters 7 years ago
parent
commit
4a3de27bb9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      update.sh

+ 1 - 0
update.sh

@@ -28,6 +28,7 @@ while (($#)); do
       MERGE_STRATEGY=ours
     ;;
   esac
+  shift
 done
 
 [[ ! -f mailcow.conf ]] && { echo "mailcow.conf is missing"; exit 1;}