Changeset 58439 in vbox
- Timestamp:
- Oct 27, 2015 5:29:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/loadall.sh
r58432 r58439 25 25 if test ${#} -eq 0; then 26 26 sudo "${MY_DIR}/vboxdrv.sh" start 27 elif test ${#} =1 && test "x${1}" = x-u; then27 elif test ${#} -eq 1 && test "x${1}" = x-u; then 28 28 sudo "${MY_DIR}/vboxdrv.sh" cleanup 29 29 else
Note:
See TracChangeset
for help on using the changeset viewer.