Changeset 58356 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Oct 21, 2015 11:02:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd.sh
r58348 r58356 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 fi 422 fi 423 return "${mod_succ}" 421 else 422 start 423 fi 424 fi 424 425 } 425 426 … … 471 472 ;; 472 473 setup) 473 setup && start474 setup 474 475 ;; 475 476 cleanup)
Note:
See TracChangeset
for help on using the changeset viewer.