Skip to content
Snippets Groups Projects
Commit 91ee2f28 authored by Bob Mottram's avatar Bob Mottram
Browse files

Don't create api directory

parent 601a402b
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment