Changeset 58348 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Oct 20, 2015 7:37:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r58326 r58348 419 419 if running_vboxguest || running_vboxadd; then 420 420 begin "You should restart your guest to make sure the new modules are actually used" console 421 else 422 start 423 fi 424 fi 421 fi 422 fi 423 return "${mod_succ}" 425 424 } 426 425 … … 472 471 ;; 473 472 setup) 474 setup 473 setup && start 475 474 ;; 476 475 cleanup)
Note:
See TracChangeset
for help on using the changeset viewer.