create /etc/share
This commit is contained in:
parent
161ab97be1
commit
d8f100ebb4
|
@ -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
|
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
|
git_clone $RSS_READER_REPO $RSS_READER_PATH
|
||||||
if [ ! -d $RSS_READER_PATH ]; then
|
if [ ! -d $RSS_READER_PATH ]; then
|
||||||
echo $'Could not clone RSS reader repo'
|
echo $'Could not clone RSS reader repo'
|
||||||
|
|
Loading…
Reference in New Issue