Invert logic
This commit is contained in:
parent
f581fd4eba
commit
fb4d8e982b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue