@@ -51,7 +51,7 @@ pelican_variables=(MY_USERNAME
function install_pelican_website {
- if [[ $ONION_ONLY == 'no' ]]; then
+ if [[ $ONION_ONLY != 'no' ]]; then
echo -n '' > /etc/nginx/sites-available/$PELICAN_DOMAIN_NAME
return
fi