mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-11 08:21:00 +02:00
Update 99-run.sh
This commit is contained in:
@@ -23,7 +23,7 @@ fi
|
|||||||
# Creating config location
|
# Creating config location
|
||||||
mkdir -p "$PGDATA"
|
mkdir -p "$PGDATA"
|
||||||
chown -R postgres:postgres "$PGDATA"
|
chown -R postgres:postgres "$PGDATA"
|
||||||
chmod 1777 "$PGDATA"
|
chmod 777 "$PGDATA"
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
chmod -R 777 "$CONFIG_HOME"
|
chmod -R 777 "$CONFIG_HOME"
|
||||||
|
|||||||
Reference in New Issue
Block a user