create /etc/share

This commit is contained in:
Bob Mottram 2016-02-07 20:13:13 +00:00
parent 161ab97be1
commit d8f100ebb4
1 changed files with 3 additions and 0 deletions

View File

@ -8312,6 +8312,9 @@ function install_rss_reader {
apt-get -y install php-gettext php5-curl php5-gd php5-mysql git curl php-xml-parser
if [ ! -d /etc/share ]; then
mkdir /etc/share
fi
git_clone $RSS_READER_REPO $RSS_READER_PATH
if [ ! -d $RSS_READER_PATH ]; then
echo $'Could not clone RSS reader repo'