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