Skip to content
Snippets Groups Projects
Commit 2830c5fc authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove mobile onion site separately

parent d9a5c3ab
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,8 @@ function remove_rss {
nginx_dissite $RSS_READER_DOMAIN_NAME
function_check remove_onion_service
remove_onion_service rss ${RSS_READER_ONION_PORT} ${RSS_MOBILE_READER_ONION_PORT}
remove_onion_service rss_mobile ${RSS_MOBILE_READER_ONION_PORT}
remove_onion_service rss ${RSS_READER_ONION_PORT}
if [ -f /etc/nginx/sites-available/$RSS_READER_DOMAIN_NAME ]; then
rm /etc/nginx/sites-available/$RSS_READER_DOMAIN_NAME
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment