<p dir="ltr">Just a side note that it might be a good idea to hack in the other script types as well while you're in there anyway.  That way if/when something should end up in, say, a premount script, you only need to write the script itself.  Something to consider, anyway.</p>

<div class="gmail_quote">On May 5, 2014 11:12 PM, "Dietmar Maurer" <<a href="mailto:dietmar@proxmox.com">dietmar@proxmox.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
><br>
> ++                        snprintf(buf, sizeof(buf), "%sproxmox.%s", VPS_CONF_DIR,<br>
> ++                                POST_UMOUNT_PREFIX);<br>
>                 }<br>
>         }<br>
><br>
><br>
> should call /etc/vz/conf/proxmox.postumount<br>
><br>
> (maybe putting the script is /usr/sbin/  is better ?)<br>
<br>
Please use SCRIPTDIR (see include/types.h)<br>
_______________________________________________<br>
pve-devel mailing list<br>
<a href="mailto:pve-devel@pve.proxmox.com">pve-devel@pve.proxmox.com</a><br>
<a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel</a><br>
</blockquote></div>