mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
Remove karakeep binary assets
This commit is contained in:
15
karakeep/rootfs/etc/cont-init.d/90-folders.sh
Normal file
15
karakeep/rootfs/etc/cont-init.d/90-folders.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/command/with-contenv bashio
|
||||
# shellcheck shell=bash
|
||||
set -e
|
||||
|
||||
bashio::log.info "Creating folders"
|
||||
|
||||
mkdir -p \
|
||||
/data/cache \
|
||||
/data/chrome \
|
||||
/share/karakeep/extensions \
|
||||
/config/meili
|
||||
|
||||
if id chrome &>/dev/null; then
|
||||
chown -R chrome:chrome /data/cache /data/chrome
|
||||
fi
|
||||
Reference in New Issue
Block a user