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

Don't remove qrcode

parent 6b4968f9
No related branches found
No related tags found
No related merge requests found
......@@ -752,9 +752,9 @@ function web_admin_create_installed_apps {
sed -i "s|MOBILEAPPURL|$MOBILE_APP_URL|g" "$filename"
fi
if grep -q 'SHOW_DOMAIN_IN_WEBADMIN=0' "$app_filename"; then
sed -i '/app_qrcode_/d' "$filename"
sed -i '/ONIONURL/d' "$filename"
if [[ "$app_name" != 'scuttlebot' ]]; then
sed -i '/app_qrcode_/d' "$filename"
sed -i '/APPURL/d' "$filename"
else
sed -i "s|APPURL|$domain_name|g" "$filename"
......
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