bca9765a387ea0dbc239d9998f1c80cc9d96d804
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openvmtools / shutdown
1 #!/bin/sh
2 #compatibility script for openvmtools
3 if [ "$1" == "-r" ]; then
4 /sbin/reboot
5 else
6 /sbin/poweroff
7 fi