|
@@ -1218,10 +1218,10 @@ function install_web_local_user_interface {
|
1218
|
1218
|
nginx_ensite "${local_hostname}"
|
1219
|
1219
|
|
1220
|
1220
|
# Compatibility with FreedomBox android app
|
1221
|
|
- # The installed apps get published to a json file called "1"
|
|
1221
|
+ # The installed apps get published to a json file called api.json
|
1222
|
1222
|
# in this directory
|
1223
|
|
- if [ ! -d "/var/www/${local_hostname}/htdocs/plinth/api" ]; then
|
1224
|
|
- mkdir -p "/var/www/${local_hostname}/htdocs/plinth/api"
|
|
1223
|
+ if [ ! -d "/var/www/${local_hostname}/htdocs/plinth" ]; then
|
|
1224
|
+ mkdir -p "/var/www/${local_hostname}/htdocs/plinth"
|
1225
|
1225
|
fi
|
1226
|
1226
|
|
1227
|
1227
|
chown -R www-data:www-data "/var/www/${local_hostname}/htdocs"
|