fix dependencies in s6-overlay
All checks were successful
/ release-and-build (push) Successful in 36s
All checks were successful
/ release-and-build (push) Successful in 36s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user