mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
relax machine-id check for now (#336)
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
736943c860
commit
5f10e982a6
@ -48,9 +48,9 @@ echo "Ensure config ownership"
|
|||||||
chown -R www-data:www-data /run/sessions
|
chown -R www-data:www-data /run/sessions
|
||||||
|
|
||||||
# services need to be aware of the machine-id
|
# services need to be aware of the machine-id
|
||||||
dockerize \
|
#dockerize \
|
||||||
-wait file:///etc/machine-id \
|
# -wait file:///etc/machine-id \
|
||||||
-wait file:///var/lib/dbus/machine-id
|
# -wait file:///var/lib/dbus/machine-id
|
||||||
|
|
||||||
touch /var/log/kdav/kdav.log
|
touch /var/log/kdav/kdav.log
|
||||||
chown www-data:www-data /var/log/kdav/kdav.log
|
chown www-data:www-data /var/log/kdav/kdav.log
|
||||||
|
@ -74,9 +74,9 @@ echo "Ensure config ownership"
|
|||||||
chown -R www-data:www-data /run/sessions /tmp/webapp /var/lib/kopano-webapp/tmp
|
chown -R www-data:www-data /run/sessions /tmp/webapp /var/lib/kopano-webapp/tmp
|
||||||
|
|
||||||
# services need to be aware of the machine-id
|
# services need to be aware of the machine-id
|
||||||
dockerize \
|
#dockerize \
|
||||||
-wait file:///etc/machine-id \
|
# -wait file:///etc/machine-id \
|
||||||
-wait file:///var/lib/dbus/machine-id
|
# -wait file:///var/lib/dbus/machine-id
|
||||||
|
|
||||||
set +u
|
set +u
|
||||||
# cleaning up env variables
|
# cleaning up env variables
|
||||||
|
@ -135,9 +135,9 @@ echo "Ensure config ownership"
|
|||||||
chown -R www-data:www-data /run/sessions
|
chown -R www-data:www-data /run/sessions
|
||||||
|
|
||||||
# services need to be aware of the machine-id
|
# services need to be aware of the machine-id
|
||||||
dockerize \
|
#dockerize \
|
||||||
-wait file:///etc/machine-id \
|
# -wait file:///etc/machine-id \
|
||||||
-wait file:///var/lib/dbus/machine-id
|
# -wait file:///var/lib/dbus/machine-id
|
||||||
|
|
||||||
echo "Activate z-push log rerouting"
|
echo "Activate z-push log rerouting"
|
||||||
mkdir -p /var/log/z-push/
|
mkdir -p /var/log/z-push/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user