diff --git a/src/freedombone-utils-android b/src/freedombone-utils-android index 40eddf7c..7c9b375c 100755 --- a/src/freedombone-utils-android +++ b/src/freedombone-utils-android @@ -41,8 +41,8 @@ function android_update_apps { systemctl restart nginx fi - if [ ! -d "/var/www/${local_hostname}/htdocs/plinth/api" ]; then - mkdir -p "/var/www/${local_hostname}/htdocs/plinth/api" + if [ ! -d "/var/www/${local_hostname}/htdocs/plinth" ]; then + mkdir -p "/var/www/${local_hostname}/htdocs/plinth" fi if [ ! -d "/var/www/${local_hostname}/htdocs/icons" ]; then mkdir -p "/var/www/${local_hostname}/htdocs/icons"