Bugfix in install script.

This commit is contained in:
Florian Pose 2006-08-15 09:21:13 +00:00
parent ff83e87344
commit 65f2bc85c4
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ echo "EtherCAT installer - Kernel: $KERNEL"
# Update module dependencies
echo " Building module dependencies"
depmod
/sbin/depmod
#------------------------------------------------------------------------------