chore(deps): update gotson/komga docker tag to v1.24.1 (#3756)
This commit is contained in:
13
apps/komga/1.24.1/scripts/upgrade.sh
Normal file
13
apps/komga/1.24.1/scripts/upgrade.sh
Normal 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
|
||||
Reference in New Issue
Block a user