diff options
author | Sven Nierlein <sven@nierlein.de> | 2021-05-20 17:49:46 +0200 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2021-05-20 17:49:46 +0200 |
commit | 6344d29143bfd80d511e6c2d4bd39b9f58e03f14 (patch) | |
tree | 3ea7a114060da8afc385f9d1603b19e67c6d1e55 /.github/prepare_debian.sh | |
parent | 226469f970568340d27d90499199823b67b9e3dc (diff) | |
download | monitoring-plugins-6344d29143bfd80d511e6c2d4bd39b9f58e03f14.tar.gz |
remove useless comments
Signed-off-by: Sven Nierlein <sven@nierlein.de>
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x | .github/prepare_debian.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index a74f3464..c68b9f5d 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh @@ -69,12 +69,8 @@ ssh-keyscan localhost >> ~/.ssh/known_hosts touch ~/.ssh/config # start one login session, required for check_users -#( ssh -n -tt root@localhost "top" < /dev/null >/dev/null 2>&1 & ) ssh -tt localhost </dev/null >/dev/null 2>/dev/null & disown %1 -#sleep 1 -#who -#ssh root@localhost "top -b -n 1" # snmpd for DIR in /usr/share/snmp/mibs /usr/share/mibs; do |