|
@@ -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
|