mirror of
https://github.com/ventoy/Ventoy.git
synced 2026-07-24 10:48:12 +00:00
Add log for live injection process.
This commit is contained in:
@@ -440,7 +440,11 @@ fi
|
|||||||
# #
|
# #
|
||||||
####################################################################
|
####################################################################
|
||||||
if [ -f "/live_injection_7ed136ec_7a61_4b54_adc3_ae494d5106ea/hook.sh" ]; then
|
if [ -f "/live_injection_7ed136ec_7a61_4b54_adc3_ae494d5106ea/hook.sh" ]; then
|
||||||
$BUSYBOX_PATH/sh "/live_injection_7ed136ec_7a61_4b54_adc3_ae494d5106ea/hook.sh" $VTOS
|
echo "==== Begin Call live injection hook.sh $VTOS" >> $VTLOG
|
||||||
|
$BUSYBOX_PATH/sh "/live_injection_7ed136ec_7a61_4b54_adc3_ae494d5106ea/hook.sh" $VTOS >>$VTLOG 2>&1
|
||||||
|
echo "==== Finish Call live injection hook.sh $VTOS" >> $VTLOG
|
||||||
|
else
|
||||||
|
echo "No live injection" >> $VTLOG
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user