|
|
|
|
41
|
systemctl restart nginx
|
41
|
systemctl restart nginx
|
42
|
fi
|
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
|
fi
|
46
|
fi
|
47
|
if [ ! -d "/var/www/${local_hostname}/htdocs/icons" ]; then
|
47
|
if [ ! -d "/var/www/${local_hostname}/htdocs/icons" ]; then
|
48
|
mkdir -p "/var/www/${local_hostname}/htdocs/icons"
|
48
|
mkdir -p "/var/www/${local_hostname}/htdocs/icons"
|