1
0

chore(deps): update outlinewiki/outline docker tag to v1.5.0 (#4124)

This commit is contained in:
renovate[bot]
2026-02-19 14:35:45 +00:00
committed by GitHub
parent 3f837f5de3
commit 89eceeddd2
5 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
#!/bin/bash
if [ -f .env ]; then
source .env
sed -i '/^.*=""/d' .env
mkdir -p "$OUTLINE_ROOT_PATH"
mkdir -p "$OUTLINE_ROOT_PATH/data"
chown -R 1001:1001 "$OUTLINE_ROOT_PATH"
chmod -R 1777 "$OUTLINE_ROOT_PATH"
echo "Check Finish."
else
echo "Error: .env file not found."
fi