mirror of
https://github.com/sstent/containers.git
synced 2026-02-02 12:31:40 +00:00
add no litestream option
This commit is contained in:
@@ -72,7 +72,7 @@ else
|
|||||||
echo "Restoring $latest"
|
echo "Restoring $latest"
|
||||||
unzip -o $latest -d /config
|
unzip -o $latest -d /config
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
chown ${PUID:-1000}:${PGID:-1000} /config/*.db*
|
chown ${PUID:-1000}:${PGID:-1000} /config/*.db*
|
||||||
if [ -n "$DBCHMOD" ]; then
|
if [ -n "$DBCHMOD" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user