1
0

chore(deps): update gotson/komga docker tag to v1.24.1 (#3756)

This commit is contained in:
renovate[bot]
2026-01-30 03:09:04 +00:00
committed by GitHub
parent 43ed0a2a51
commit b536fa3bc2
4 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
#!/bin/bash
if [ -f .env ]; then
source .env
mkdir -p "$KOMGA_ROOT_PATH"
mkdir -p "$KOMGA_ROOT_PATH/config"
mkdir -p "$KOMGA_ROOT_PATH/data"
chown -R 1000:1000 "$KOMGA_ROOT_PATH"
chown -R 1000:1000 "$KOMGA_ROOT_PATH/config"
chown -R 1000:1000 "$KOMGA_ROOT_PATH/data"
echo "Check Finish."
else
echo "Error: .env file not found."
fi

View File

@@ -0,0 +1,13 @@
#!/bin/bash
if [ -f .env ]; then
source .env
mkdir -p "$KOMGA_ROOT_PATH"
chown -R 1000:1000 "$KOMGA_ROOT_PATH"
echo "Check Finish."
else
echo "Error: .env file not found."
fi