瀏覽代碼

Only record the new commit if all goes well

Bob Mottram 8 年之前
父節點
當前提交
634773fcf6
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      src/freedombone

+ 2
- 1
src/freedombone 查看文件

@@ -1668,7 +1668,6 @@ function set_repo_commit {
1668 1668
 			if [[ "$CURRENT_REPO_COMMIT" != "$repo_commit" ]]; then
1669 1669
 				cd $repo_dir
1670 1670
 				git_pull $repo_url $repo_commit
1671
-				sed -i "s/${repo_commit_name}.*/${repo_commit_name}:$repo_commit/g" $COMPLETION_FILE
1672 1671
 
1673 1672
 				# application specific stuff after updating the repo
1674 1673
 				if [[ $repo_dir == *"www"* ]]; then
@@ -1743,6 +1742,8 @@ function set_repo_commit {
1743 1742
 					systemctl restart ipfs
1744 1743
 					systemctl daemon-reload
1745 1744
 				fi
1745
+
1746
+				sed -i "s/${repo_commit_name}.*/${repo_commit_name}:$repo_commit/g" $COMPLETION_FILE
1746 1747
 			fi
1747 1748
 		else
1748 1749
 			echo "${repo_commit_name}:${repo_commit}" >> $COMPLETION_FILE