Files
hassio-addons/calibre_web/rootfs/etc/cont-init.d/20-folders.sh
2025-07-23 08:58:09 +00:00

9 lines
123 B
Bash
Executable File

#!/bin/bash
if [ ! -d /config ]; then
echo "Creating /config"
mkdir -p /config
fi
chown -R "$PUID:$PGID" /config