Relative directory
This commit is contained in:
parent
2ec7815e9e
commit
9a0adff0be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue