Skip to content

Commit eec3c9d

Browse files
committed
DroidConsole: Use leave function instead of exit 0
Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
1 parent 1218921 commit eec3c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DroidConsole

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ main() {
303303
if [ $input2 -eq "1" ]; then
304304
main
305305
elif [ $input2 -eq "2" ]; then
306-
exit 0
306+
leave
307307
fi
308308
reset
309309
;;

0 commit comments

Comments
 (0)