diff --git a/exec/lbshell.js b/exec/lbshell.js
index 2e53d310475e2acd08b7a4b198e22a5caabdfe47..801874562a8cebb1689634e298ebb7a53b832eaf 100644
--- a/exec/lbshell.js
+++ b/exec/lbshell.js
@@ -838,10 +838,10 @@ while(bbs.online) {
 			break;
 		case 'G':       // Goodbye
 			if(!extra_select) {
-                                console.clear(LIGHTGRAY);
-                                bbs.logoff(/* prompt? */false);
-				exit(1);
-                        }
+                console.clear(LIGHTGRAY);
+                bbs.logoff(/* prompt? */false);
+				draw_main(true);
+           }
 	}
 }