|
@@ -535,7 +535,7 @@ function install_rss_gnusocial {
|
535
|
535
|
|
536
|
536
|
# update to the next commit
|
537
|
537
|
function_check set_repo_commit
|
538
|
|
- set_repo_commit $RSS_READER_GNUSOCIAL_PATH "RSS reader gnusocial commit" "$RSS_READER_GNUSOCIAL_COMMIT" $RSS_READER_GNUSOCIAL_REPO
|
|
538
|
+ set_repo_commit $RSS_READER_GNUSOCIAL_PATH "rss reader gnusocial commit" "$RSS_READER_GNUSOCIAL_COMMIT" $RSS_READER_GNUSOCIAL_REPO
|
539
|
539
|
chown -R www-data:www-data $RSS_READER_GNUSOCIAL_PATH
|
540
|
540
|
|
541
|
541
|
if grep -Fxq "install_rss_gnusocial" $COMPLETION_FILE; then
|
|
@@ -556,8 +556,8 @@ function install_rss_gnusocial {
|
556
|
556
|
cp -r $INSTALL_DIR/ttrss-gnusocial $RSS_READER_GNUSOCIAL_PATH
|
557
|
557
|
cd $RSS_READER_GNUSOCIAL_PATH
|
558
|
558
|
git checkout $RSS_READER_GNUSOCIAL_COMMIT -b $RSS_READER_GNUSOCIAL_COMMIT
|
559
|
|
- if ! grep -q "RSS reader gnusocial commit" $COMPLETION_FILE; then
|
560
|
|
- echo "RSS reader gnusocial commit:$RSS_READER_GNUSOCIAL_COMMIT" >> $COMPLETION_FILE
|
|
559
|
+ if ! grep -q "rss reader gnusocial commit" $COMPLETION_FILE; then
|
|
560
|
+ echo "rss reader gnusocial commit:$RSS_READER_GNUSOCIAL_COMMIT" >> $COMPLETION_FILE
|
561
|
561
|
fi
|
562
|
562
|
chown -R www-data:www-data $RSS_READER_GNUSOCIAL_PATH
|
563
|
563
|
|