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,7 +5,7 @@ echo "Start: init-lighttpd-config run script"
|
||||
mkdir -p /config /app/www
|
||||
|
||||
if [ ! -f /config/lighttpd.conf ]; then
|
||||
echo "Copy default-config..."
|
||||
echo "Copy default lighttpd.conf ..."
|
||||
cp /defaults/lighttpd.conf /config/lighttpd.conf
|
||||
fi
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -5,12 +5,12 @@ echo "Start: init-vnstat-config run script"
|
||||
mkdir -p /config /app/www
|
||||
|
||||
if [ ! -f /etc/periodic/15min/stats ]; then
|
||||
echo "Copy default-config..."
|
||||
echo "Copy default stats ..."
|
||||
cp /defaults/stats /etc/periodic/15min/stats
|
||||
fi
|
||||
|
||||
if [ ! -f /etc/periodic/hourly/alpine-mirror ]; then
|
||||
echo "Copy default-config..."
|
||||
echo "Copy default alpine-mirror ..."
|
||||
cp /defaults/alpine-mirror /etc/periodic/hourly/alpine-mirror
|
||||
fi
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
init-lighttpd-config
|
||||
init-rsync-config
|
||||
Reference in New Issue
Block a user