@@ -220,7 +220,7 @@ esac
#<functions>
#<Fn test lock file>
testproc(){
-if [ -f $scriptlog ];
+if [ ! -f $scriptlog ];
then
echo > $scriptlog;
fi