fix typo in lora entrypoint (#8862)
This commit is contained in:
parent
4a9ff050a1
commit
2d97827ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue