build rsync

This commit is contained in:
2022-08-03 20:04:54 -04:00
parent f3161bbefa
commit b3cbce7a22

View File

@@ -76,7 +76,7 @@ fi
chown ${PUID:-1000}:${PGID:-1000} /config/*.db* chown ${PUID:-1000}:${PGID:-1000} /config/*.db*
if [ -n "$DBCHMOD" ]; then if [ -n "$DBCHMOD" ]; then
chmod ${DBCHMOD} /config/${DB_NAME}.db; chmod ${DBCHMOD} /config/${DB_NAME};
fi fi
if [[ -f /config/config.xml ]]; then if [[ -f /config/config.xml ]]; then
chown ${PUID:-1000}:${PGID:-1000} /config/config.xml chown ${PUID:-1000}:${PGID:-1000} /config/config.xml