mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-24 19:54:25 -04:00
Update docker_entrypoint.sh
This commit is contained in:
parent
216e885b85
commit
323138b7b4
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ if ! test -L /var/spool/cron/crontabs; then
|
||||||
rm -Rf /var/spool/cron/crontabs
|
rm -Rf /var/spool/cron/crontabs
|
||||||
ln -sf "$DATA_DIR/crontabs" /var/spool/cron/crontabs
|
ln -sf "$DATA_DIR/crontabs" /var/spool/cron/crontabs
|
||||||
fi
|
fi
|
||||||
|
chown -R $PUID "$DATA_DIR/crontabs"
|
||||||
|
|
||||||
# set DBUS_SYSTEM_BUS_ADDRESS & DBUS_SESSION_BUS_ADDRESS
|
# set DBUS_SYSTEM_BUS_ADDRESS & DBUS_SESSION_BUS_ADDRESS
|
||||||
# (dbus is not actually needed, it makes chrome log fewer warnings but isn't worth making our docker images bigger)
|
# (dbus is not actually needed, it makes chrome log fewer warnings but isn't worth making our docker images bigger)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue