mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-24 06:50:32 +02:00
Update 50-folders.sh
https://github.com/alexbelgium/hassio-addons/issues/1309
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
mkdir -p /config/addons_config/guacamole/fonts
|
mkdir -p /config/fonts
|
||||||
mkdir -p /config/addons_config/guacamole/postgres
|
mkdir -p /config/postgres
|
||||||
chown -R postgres:postgres /config/addons_config/guacamole/postgres
|
chown -R postgres:postgres /config/postgres
|
||||||
chmod -R 0700 /config/addons_config/guacamole/postgres
|
chmod -R 0700 /config/postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user