@@ -5,14 +5,10 @@ case $1 in
esac
p=`pwd`
cd $DESTDIR/$1
if [ $# = 2 ] && [ -f $p/$2 ]
if [ $# = 2 ]
then
RV $p $p/$2 > /dev/null 2>&1
RV $p $2 > /dev/null 2>&1
else
echo "-- $1 no $2 Save Record yet"
fi
if `CV $p > /dev/null 2>&1`
:
The note is not visible to the blocked user.