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