fix typo in lora entrypoint (#8862)

This commit is contained in:
Heyang Sun 2023-09-06 13:52:25 +08:00 committed by GitHub
parent 4a9ff050a1
commit 2d97827ec5

View file

@ -28,7 +28,7 @@ then
exit_status=$?
if [ $exit_status -ne 0 ];
then
cat launcher.log
cat $SAVE_PATH/launcher.log
exit $exit_status
else
while true