Changeset 35265 in vbox
- Timestamp:
- Dec 20, 2010 8:54:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r35249 r35265 466 466 { 467 467 setup_modules 468 if [ "$?" -eq "0" ]; then 468 mod_succ="$?" 469 extra_setup 470 if [ "$mod_succ" -eq "0" ]; then 469 471 if running_vboxguest || running_vboxadd; then 470 472 printf "You should restart your guest to make sure the new modules are actually used\n\n" … … 473 475 fi 474 476 fi 475 extra_setup476 477 } 477 478
Note:
See TracChangeset
for help on using the changeset viewer.