mirror of
https://github.com/sstent/containers.git
synced 2025-12-06 08:01:51 +00:00
add no litestream option
This commit is contained in:
@@ -78,6 +78,9 @@ fi
|
||||
if [ -n "$DBCHMOD" ]; then
|
||||
chmod ${DBCHMOD} /config/${DB_NAME}.db;
|
||||
fi
|
||||
if [[ -f /config/config.xml ]]; then
|
||||
chown ${PUID:-1000}:${PGID:-1000} /config/config.xml
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user