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

Reverse logic

parent d326e580
No related branches found
No related tags found
No related merge requests found
......@@ -553,7 +553,7 @@ function web_admin_create_installed_apps {
else
# On onion only we don't need to forward ports, so
# that text can be removed from the help screen
if [[ "$ONION_ONLY" == 'no' ]]; then
if [[ "$ONION_ONLY" != 'no' ]]; then
sed -i '/"portstext"/d' "$app_help_screen"
sed -i '/"subheaderports"/d' "$app_help_screen"
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