Skip to content

Commit f1e8a22

Browse files
authored
Fixed bug which caused the script (in some cases) to immediately stop after the execution of main_function()
1 parent fcf171c commit f1e8a22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chaptedit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,6 +2085,8 @@ master_function ()
20852085
basic_clean_up; (($? != 0)) && return 1
20862086
txtok=""
20872087
fi
2088+
2089+
return 0
20882090
}
20892091

20902092
if [[ $inputfilename ]]; then

0 commit comments

Comments
 (0)