소스 검색

Updated bin/update with instruction to restart containers after updating

Mark Shust 5 년 전
부모
커밋
4c52cb4ce4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compose/magento-2/bin/update

+ 1 - 1
compose/magento-2/bin/update

@@ -6,4 +6,4 @@ rm -rf .git
 rsync -av ./ ../
 cd ..
 rm -rf tmpupdate
-echo "docker-magento has been updated"
+echo "docker-magento has been updated, run bin/restart to apply the updates"