Bläddra i källkod

Don't create api directory

Bob Mottram 6 år sedan
förälder
incheckning
91ee2f2891
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/freedombone-utils-android

+ 2
- 2
src/freedombone-utils-android Visa fil

@@ -41,8 +41,8 @@ function android_update_apps {
41 41
         systemctl restart nginx
42 42
     fi
43 43
 
44
-    if [ ! -d "/var/www/${local_hostname}/htdocs/plinth/api" ]; then
45
-        mkdir -p "/var/www/${local_hostname}/htdocs/plinth/api"
44
+    if [ ! -d "/var/www/${local_hostname}/htdocs/plinth" ]; then
45
+        mkdir -p "/var/www/${local_hostname}/htdocs/plinth"
46 46
     fi
47 47
     if [ ! -d "/var/www/${local_hostname}/htdocs/icons" ]; then
48 48
         mkdir -p "/var/www/${local_hostname}/htdocs/icons"