Quotes
This commit is contained in:
parent
f9a98d2d07
commit
8241153b29
|
@ -323,7 +323,7 @@ function install_rss_main {
|
|||
rss_create_database
|
||||
|
||||
RSS_READER_ONION_HOSTNAME=$(add_onion_service rss 80 ${RSS_READER_ONION_PORT})
|
||||
if [[ $RSS_READER_ONION_HOSTNAME != *".onion" ]]; then
|
||||
if [[ "$RSS_READER_ONION_HOSTNAME" != *".onion" ]]; then
|
||||
echo $'Unable to create onion address for rss reader site'
|
||||
exit 7352582
|
||||
fi
|
||||
|
@ -331,7 +331,7 @@ function install_rss_main {
|
|||
sleep 4
|
||||
|
||||
RSS_MOBILE_READER_ONION_HOSTNAME=$(add_onion_service rss_mobile 80 ${RSS_MOBILE_READER_ONION_PORT})
|
||||
if [[ $RSS_MOBILE_READER_ONION_HOSTNAME != *".onion" ]]; then
|
||||
if [[ "$RSS_MOBILE_READER_ONION_HOSTNAME" != *".onion" ]]; then
|
||||
echo $'Unable to create onion address for rss mobile site'
|
||||
exit 7639532
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue