diff options
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 a74f346..c68b9f5 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -69,12 +69,8 @@ ssh-keyscan localhost >> ~/.ssh/known_hosts | |||
69 | touch ~/.ssh/config | 69 | touch ~/.ssh/config |
70 | 70 | ||
71 | # start one login session, required for check_users | 71 | # start one login session, required for check_users |
72 | #( ssh -n -tt root@localhost "top" < /dev/null >/dev/null 2>&1 & ) | ||
73 | ssh -tt localhost </dev/null >/dev/null 2>/dev/null & | 72 | ssh -tt localhost </dev/null >/dev/null 2>/dev/null & |
74 | disown %1 | 73 | disown %1 |
75 | #sleep 1 | ||
76 | #who | ||
77 | #ssh root@localhost "top -b -n 1" | ||
78 | 74 | ||
79 | # snmpd | 75 | # snmpd |
80 | for DIR in /usr/share/snmp/mibs /usr/share/mibs; do | 76 | for DIR in /usr/share/snmp/mibs /usr/share/mibs; do |