diff options
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r-- | usr.sbin/sade/install.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 638530a..4c51dac 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -240,7 +240,8 @@ installInitial(void) status = DITEM_FAILURE; /* stick a helpful shell over on the 4th VTY */ - systemCreateHoloshell(); + if (!variable_get(VAR_NO_HOLOSHELL)) + systemCreateHoloshell(); alreadyDone = TRUE; return status; |