🗃️ 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:
casjay
2024-07-14 18:37:48 -04:00
parent 3f6cb9ee2c
commit 6318dc754e
3 changed files with 14 additions and 15 deletions

View File

@@ -364,7 +364,7 @@ __run_start_script() {
export cmd_exec="$cmd $args"
message="Starting service: $name $args $message"
fi
[ -f "$START_SCRIPT" ] && printf '#!/usr/bin/env sh\n# %s\n%s\n' "$message" "$cmd_exec" >"$START_SCRIPT"
[ -f "$START_SCRIPT" ] && printf '#!/usr/bin/env sh\n# %s\n%s\n' "$message" "$cmd_exec &" >"$START_SCRIPT"
[ -f "$START_SCRIPT" ] && chmod 755 -Rf "$START_SCRIPT"
[ -n "$su_exec" ] && echo "using $su_exec"
echo "$message"