#!/bin/sh
#
# Unlock the PMNS for concurrent transactional updates
#
# $Revision: 1.7 $
#

. /etc/pcp.env

lock=${1-$PCP_VAR_DIR/pmns/root}.lock

#DEBUG# echo "pmnsunlock: `date; ls -li $lock`"

rm -f $lock

exit 0
