Parcourir la source

plinth api directory

Bob Mottram il y a 6 ans
Parent
révision
5776a4bb93
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3
    3
      src/freedombone-utils-web

+ 3
- 3
src/freedombone-utils-web Voir le fichier

@@ -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"