Files
hassio-addons/calibre_web/rootfs/etc/cont-init.d/20-folders.sh
2025-06-10 10:06:17 +00:00

9 lines
117 B
Bash
Executable File

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