|  | @@ -32,7 +32,7 @@ function android_update_apps {
 | 
	
		
			
			| 32 | 32 |      fi
 | 
	
		
			
			| 33 | 33 |  
 | 
	
		
			
			| 34 | 34 |      local_hostname=$(grep 'host-name' /etc/avahi/avahi-daemon.conf | awk -F '=' '{print $2}').local
 | 
	
		
			
			| 35 |  | -    plinth_api="/var/www/${local_hostname}/htdocs/plinth/api/1"
 | 
	
		
			
			|  | 35 | +    plinth_api="/var/www/${local_hostname}/htdocs/plinth/api.json"
 | 
	
		
			
			| 36 | 36 |  
 | 
	
		
			
			| 37 | 37 |      # Create a self-signed cert if needed
 | 
	
		
			
			| 38 | 38 |      # The FreedomBox app assumes a self-signed cert
 |