Application consistent Restore Point for Free BSD Linux distro was not working because of the way VmSnapshotLinux extension looks for python installation. On FreeBSD python is installed into /usr/local/bin whereas the current implementation was looking for python installation only in /usr/bin/ path.
So modified the script to check into /usr/local/bin if it is not there at /usr/bin.
Application consistent Restore Point for Free BSD Linux distro was not working because of the way VmSnapshotLinux extension looks for python installation. On FreeBSD python is installed into
/usr/local/bin
whereas the current implementation was looking for python installation only in /usr/bin/ path. So modified the script to check into /usr/local/bin if it is not there at /usr/bin.