Zero on success

This commit is contained in:
Bob Mottram 2016-11-30 14:43:36 +00:00
parent 73316797e3
commit 2fd24df9a1
1 changed files with 1 additions and 0 deletions

View File

@ -3,3 +3,4 @@
if [ $(pwck -r | sed '/nonexist/d' | sed '/\/home\//d' | sed '/\/run\//d' | sed '/no changes/d' | wc -l ) -ne 0 ];then
exit 1
fi
exit 0