mirror of
https://github.com/casjaysdevdocker/tftpd
synced 2025-09-19 21:57:49 -04: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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user