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