small fixes
This commit is contained in:
@@ -80,7 +80,7 @@ if [ "$(id -u)" = '0' ]; then
|
|||||||
exec gosu postgres "$BASH_SOURCE"
|
exec gosu postgres "$BASH_SOURCE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install --verbose --directory --owner postgres --group postgres --mode 1700 /var/lib/postgresql/.ssh
|
install --directory --owner postgres --group postgres --mode 700 /var/lib/postgresql/.ssh
|
||||||
cp /ssh/* /var/lib/postgresql/.ssh/
|
cp /ssh/* /var/lib/postgresql/.ssh/
|
||||||
chmod 600 /var/lib/postgresql/.ssh/*
|
chmod 600 /var/lib/postgresql/.ssh/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user