diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-29 02:04:27 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-29 21:18:18 +0000 |
commit | f1c3833663cec2e4fa7444dbd91556073c94b589 (patch) | |
tree | 14be30ee8e84400fe5b709b61425005812d22c6e | |
parent | 59ddf1a456265da6d2303373a40ecc34e62a9073 (diff) |
Don't clear the screen when running in interactive mode.
This hides potentially useful information.
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -251,9 +251,6 @@ EOW $config{USER} = $user[0]; $config{UID} = $user[2]; -# Clear the screen. -system 'tput', 'clear' if $interactive; - # Warn the user about clock drifting when running on OpenVZ. if (-e '/proc/user_beancounters' || -e '/proc/vz/vzaquota') { print_warning <<'EOW'; |