This commit is contained in:
Alexandre
2024-01-12 20:37:44 +01:00
parent 6434f0e1a6
commit 5d2645ca4d
7 changed files with 61 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
if [ ! -d /config/addons_config/calibre-web ]; then
echo "Creating /config/addons_config/calibre-web"
mkdir -p /config/addons_config/calibre-web
if [ ! -d /config ]; then
echo "Creating /config"
mkdir -p /config
fi
chown -R "$PUID:$PGID" /config/addons_config/calibre-web
chown -R "$PUID:$PGID" /config