linuxOS_AP05/buildroot/package/openvmtools/shutdown

8 lines
110 B
Plaintext
Raw Normal View History

2025-06-02 05:59:07 +00:00
#!/bin/sh
#compatibility script for openvmtools
if [ "$1" == "-r" ]; then
/sbin/reboot
else
/sbin/poweroff
fi