From 601a402bc230efb7aba91cfb0c6a2e84d94f386f Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 26 May 2018 18:59:04 +0100 Subject: [PATCH] Write plinth api to json file --- src/freedombone-utils-android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-utils-android b/src/freedombone-utils-android index 170992f6..40eddf7c 100755 --- a/src/freedombone-utils-android +++ b/src/freedombone-utils-android @@ -32,7 +32,7 @@ function android_update_apps { fi local_hostname=$(grep 'host-name' /etc/avahi/avahi-daemon.conf | awk -F '=' '{print $2}').local - plinth_api="/var/www/${local_hostname}/htdocs/plinth/api/1" + plinth_api="/var/www/${local_hostname}/htdocs/plinth/api.json" # Create a self-signed cert if needed # The FreedomBox app assumes a self-signed cert