Do rss modifications anyway

This commit is contained in:
Bob Mottram 2017-01-16 15:16:51 +00:00
parent 8408be4c25
commit a8092322e4
1 changed files with 2 additions and 4 deletions

View File

@ -90,10 +90,8 @@ function upgrade_rss {
if [[ $(app_is_installed rss) == "1" ]]; then
function_check set_repo_commit
set_repo_commit $RSS_READER_PATH "rss reader commit" "$RSS_READER_COMMIT" $RSS_READER_REPO
if [[ $(commit_has_changed $RSS_READER_PATH "rss reader commit" "$RSS_READER_COMMIT") == "1" ]]; then
function_check rss_modifications
rss_modifications
fi
function_check rss_modifications
rss_modifications
fi
if [[ $(app_is_installed rss_mobile_reader) == "1" ]]; then