Skip to content

Commit

Permalink
fixed alexylem/jarvis-api#3 jarvis in background better detection
Browse files Browse the repository at this point in the history
  • Loading branch information
alexylem committed Dec 14, 2016
1 parent 90f0d6c commit fae0e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ jv_exit () {
kill $(jobs -p) 2>/dev/null
fi
# make sure the lockfile is removed when we exit and then claim it
[ "$just_execute" == false ] && rm -f $lockfile
#[ "$just_execute" == false ] && rm -f $lockfile # https://github.com/alexylem/jarvis-api/issues/3
exit $return_code
}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.12.10
16.12.14

0 comments on commit fae0e23

Please sign in to comment.