Write plinth api to json file
This commit is contained in:
parent
5776a4bb93
commit
601a402bc2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue