Skip to content
Snippets Groups Projects
Commit f70f6946 authored by Florian Pose's avatar Florian Pose
Browse files

Sleep times in startup script.

parent 5680983d
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,8 @@ case "$1" in
fi;
done
sleep 1
# reload previous modules
if ! modprobe 8139too; then
echo "Warning: Failed to restore 8139too module."
......@@ -206,6 +208,9 @@ case "$1" in
restart)
$0 stop || exit 1
sleep 1
$0 start
rc_status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment