소스 검색

[Update] Remove controller passwd file from index

andryyy 6 년 전
부모
커밋
9c5eda13aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -316,7 +316,7 @@ git remote set-url origin https://github.com/mailcow/mailcow-dockerized
 echo -e "\e[32mCommitting current status...\e[0m"
 echo -e "\e[32mCommitting current status...\e[0m"
 [[ -z "$(git config user.name)" ]] && git config user.name moo
 [[ -z "$(git config user.name)" ]] && git config user.name moo
 [[ -z "$(git config user.email)" ]] && git config user.email moo@cow.moo
 [[ -z "$(git config user.email)" ]] && git config user.email moo@cow.moo
-git update-index --assume-unchanged data/conf/rspamd/override.d/worker-controller-password.inc
+git rm data/conf/rspamd/override.d/worker-controller-password.inc
 git add -u
 git add -u
 git commit -am "Before update on ${DATE}" > /dev/null
 git commit -am "Before update on ${DATE}" > /dev/null
 echo -e "\e[32mFetching updated code from remote...\e[0m"
 echo -e "\e[32mFetching updated code from remote...\e[0m"