mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-23 02:23:47 +08:00
Sleep times in startup script.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user