fix dependencies in s6-overlay
All checks were successful
/ release-and-build (push) Successful in 36s

This commit is contained in:
user.name pi-farm
2026-02-25 13:09:55 +01:00
parent 323e04799c
commit 909a40b099
4 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,12 @@ echo "Start: init-rsync-config run script"
mkdir -p /config /app/www
if [ ! -f /config/rsyncd.conf ]; then
echo "Copy default-config..."
echo "Copy default rsyncd.conf ..."
cp /defaults/rsyncd.conf /config/rsyncd.conf
fi
if [ ! -f /config/rsync-rules.txt ]; then
echo "Copy default-config..."
echo "Copy default rsync-rules.txt ..."
cp /defaults/rsync-rules.txt /config/rsync-rules.txt
fi