Parcourir la source

Don't create api directory

Bob Mottram il y a 6 ans
Parent
révision
91ee2f2891
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      src/freedombone-utils-android

+ 2
- 2
src/freedombone-utils-android Voir le fichier

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