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

syncthing qrcode size

parent 958e55e7
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,7 @@ function web_admin_create_installed_apps {
if [ ! -f /usr/local/bin/myqr ]; then
echo -n "$syncthing_id" | qrencode -t PNG -o "$webadmin_install_dir/${app_name}_qrcode.png"
else
myqr "$syncthing_id" -p /root/freedombone/img/android-app/syncthing.png -c -n "$webadmin_install_dir/${app_name}_qrcode.png"
myqr "$syncthing_id" -p /root/freedombone/img/android-app/syncthing.png -c -v 8 -n "$webadmin_install_dir/${app_name}_qrcode.png"
fi
fi
sed -i "s|ONIONURL|<a href=\"${app_name}_qrcode.png\">${syncthing_id}</a>|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