switch to rsync to use --filter="merge rsync-rules.txt" and set it to v3.0 for testing / set BUILD_TAG=3.0
All checks were successful
/ release-and-build (push) Successful in 39s
All checks were successful
/ release-and-build (push) Successful in 39s
This commit is contained in:
@@ -9,6 +9,11 @@ if [ ! -f /config/rsyncd.conf ]; then
|
||||
cp /defaults/rsyncd.conf /config/rsyncd.conf
|
||||
fi
|
||||
|
||||
if [ ! -f /config/rsync-rules.txt ]; then
|
||||
echo "Copy default-config..."
|
||||
cp /defaults/rsync-rules.txt /config/rsync-rules.txt
|
||||
fi
|
||||
|
||||
echo "Set permissions to PUID: ${PUID:-911} and PGID: ${PGID:-1000}"
|
||||
chown -R "${PUID:-911}:${PGID:-1000}" /config
|
||||
chown -R "${PUID:-911}:${PGID:-1000}" /app/www
|
||||
|
||||
Reference in New Issue
Block a user