There was an error while loading. Please reload this page.
1 parent 6dd3ed3 commit 3751a47Copy full SHA for 3751a47
1 file changed
IMG/cpio/ventoy/ventoy_chain.sh
@@ -440,7 +440,11 @@ fi
440
# #
441
####################################################################
442
if [ -f "/live_injection_7ed136ec_7a61_4b54_adc3_ae494d5106ea/hook.sh" ]; then
443
- $BUSYBOX_PATH/sh "/live_injection_7ed136ec_7a61_4b54_adc3_ae494d5106ea/hook.sh" $VTOS
+ echo "==== Begin Call live injection hook.sh $VTOS" >> $VTLOG
444
+ $BUSYBOX_PATH/sh "/live_injection_7ed136ec_7a61_4b54_adc3_ae494d5106ea/hook.sh" $VTOS >>$VTLOG 2>&1
445
+ echo "==== Finish Call live injection hook.sh $VTOS" >> $VTLOG
446
+else
447
+ echo "No live injection" >> $VTLOG
448
fi
449
450
0 commit comments