瀏覽代碼

Merge pull request #707 from msladek/master

Mark Shust 3 年之前
父節點
當前提交
c473eefee9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compose/bin/update

+ 1 - 1
compose/bin/update

@@ -3,7 +3,7 @@ set -o errexit
 mkdir -p tmpupdate && cd "$_"
 curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
 rm -rf .git
-rsync -av ./ ../
+rsync -av --checksum ./ ../
 cd ..
 rm -rf tmpupdate
 echo "docker-magento has been updated, run bin/restart to apply the updates"