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

Handle the syncthing special case

parent 983e25be
No related branches found
No related tags found
No related merge requests found
......@@ -531,6 +531,7 @@ function web_admin_create_installed_apps {
# syncthing is treated as a special case
# instead of showing a url or onion address we show the
# syncthing ID
sed -i "s|app_qrcode_${app_name}.png|${app_name}_qrcode.png|g" "$filename"
read_config_param MY_USERNAME
if [ -f "/home/$MY_USERNAME/.syncthing-server-id" ]; then
syncthing_id=$(cat "/home/$MY_USERNAME/.syncthing-server-id")
......
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