diff options
-rwxr-xr-x | backup.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ if ${seldom}; then fi done fi -[ -e "${pidFile}" ] && exit 5 +[ -s "${pidFile}" ] && kill -0 $(cat "${pidFile}") 2>/dev/null && exit 5 echo $$ > "${pidFile}" |