Changeset 60532 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Apr 18, 2016 9:24:40 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxweb-service.sh
r58326 r60532 168 168 killproc $binary 169 169 RETVAL=$? 170 # Be careful: wait 1 second, making sure that everything is cleaned up. 171 sleep 1 170 172 if ! pidof $binary > /dev/null 2>&1; then 171 173 rm -f $PIDFILE
Note:
See TracChangeset
for help on using the changeset viewer.