mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
remove sleep modification
some problems occured with modified sleeps
This commit is contained in:
parent
d936288771
commit
ced36070d2
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ APT::Periodic::AutocleanInterval "7";
|
|||
EOF
|
||||
|
||||
# Let's wait no longer for network than 20 seconds
|
||||
fuECHO "### Wait no longer for network than 20 seconds."
|
||||
sed -i.bak 's#sleep 60#sleep 10#' /etc/init/failsafe.conf
|
||||
#fuECHO "### Wait no longer for network than 60 seconds."
|
||||
#sed -i.bak 's#sleep 60#sleep 30#' /etc/init/failsafe.conf
|
||||
|
||||
# Let's make sure to reboot the system after a kernel panic
|
||||
fuECHO "### Reboot after kernel panic."
|
||||
|
|
Loading…
Reference in a new issue