This commit is contained in:
belliash 2012-01-04 13:00:36 +01:00
parent 5fc24e9c74
commit 3878577aee
1 changed files with 1 additions and 1 deletions

2
ezsync
View File

@ -19,7 +19,7 @@ loadConfiguration
PID=$(pidof -s -o '%PPID' -x ${EZNAME}) PID=$(pidof -s -o '%PPID' -x ${EZNAME})
if [ ${PID} ]; then if [ ${PID} ]; then
printWarn "The ${EZNAME} is already working with PID: ${PID}" printWarn "The ${EZNAME} is already working with PID: ${PID}"
printWarn "You cannot have more than one instancies running" printWarn "You cannot have more than one instancy running"
exit 0 exit 0
fi fi