mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed exit code to be numeric
This commit is contained in:
parent
45d9d81ae7
commit
53c7991a03
@ -26,8 +26,7 @@ set +o allexport
|
||||
|
||||
# lock start
|
||||
if [ -f $LOCK_FILE ] ; then
|
||||
retVal="Already building!"
|
||||
return "${retVal}" 2>/dev/null || exit "${retVal}"
|
||||
return "Already building!" 2>/dev/null || exit 1
|
||||
fi
|
||||
touch $LOCK_FILE
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user