Remove any previous onion addresses
This commit is contained in:
parent
9e03077219
commit
3b1cc15f4e
|
@ -309,6 +309,9 @@ function install_rss_main {
|
|||
apt-get -yq install php-gettext php-curl php-gd php-mysql git
|
||||
apt-get -yq install curl php-mcrypt libfcgi0ldbl
|
||||
|
||||
remove_onion_service mobilerss ${RSS_MOBILE_READER_ONION_PORT}
|
||||
remove_onion_service rss ${RSS_READER_ONION_PORT}
|
||||
|
||||
if [ ! -d /etc/share ]; then
|
||||
mkdir /etc/share
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue