Skip to content
Snippets Groups Projects
Commit 34e50182 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

auto_ss lock file renamed in pc.lock, auto_ss.log file renamed in pc.log

parent 716ec62a
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,11 @@
#
function put_lock() {
touch /tmp/auto_ss
touch /tmp/pc.lock
}
function rm_lock() {
unlink /tmp/auto_ss
unlink /tmp/pc.lock
}
function test_lock() {
......@@ -60,7 +60,7 @@ function dm_driver() {
function log() {
[ ! -d ~/.km3_private ] && mkdir -p ~/.km3_private
local logfile="~/.km3_private/auto_ss.log"
local logfile="~/.km3_private/pc.log"
date >>${logfile}
echo ${*} >>${logfile}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment