Relative directory

This commit is contained in:
Bob Mottram 2016-02-07 20:19:47 +00:00
parent 2ec7815e9e
commit 9a0adff0be
1 changed files with 2 additions and 1 deletions

View File

@ -8315,7 +8315,8 @@ function install_rss_reader {
if [ ! -d /etc/share ]; then
mkdir /etc/share
fi
git_clone $RSS_READER_REPO $RSS_READER_PATH
cd /etc/share
git_clone $RSS_READER_REPO tt-rss
if [ ! -d $RSS_READER_PATH ]; then
echo $'Could not clone RSS reader repo'
exit 52925