You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,9 @@
110
110
);
111
111
112
112
___x_cmd_get_start(){
113
-
if [ -z "$___X_CMD_ROOT_MOD" ]; then
113
+
if [ -n "$___X_CMD_XBINEXP_EXIT" ]; then
114
+
___x_cmd_get_log "This installation/upgrade is performed by an external call, so the interactive shell for the new version will not automatically open.";
0 commit comments