mirror of
https://github.com/casjaysdevdocker/tftpd
synced 2025-11-07 02:38:02 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/etc/docker/init.d/00-tftpd.sh rootfs/usr/local/etc/docker/init.d/zz-nginx.sh
This commit is contained in:
@@ -501,10 +501,9 @@ __start_init_scripts() {
|
||||
for init in "$init_dir"/*.sh; do
|
||||
if [ -f "$init" ]; then
|
||||
name="$(basename "$init")"
|
||||
sleep 10 && (exec "$init" &) && sleep 10 || false
|
||||
sleep 10 && sh -c "$init" && sleep 20 || false
|
||||
initStatus=$(($? + initStatus))
|
||||
echo ""
|
||||
sleep 20
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user