diff --git a/packages/client-patch/patches/04-start.patch b/packages/client-patch/patches/04-start.patch index 10935a3..ed3fbd8 100644 --- a/packages/client-patch/patches/04-start.patch +++ b/packages/client-patch/patches/04-start.patch @@ -4,6 +4,6 @@ # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. -+[ -f "/data/init.sh" ] && /data/init.sh & ++[ -f "/data/init.sh" ] && sh /data/init.sh & + exit 0