Skip to content

Commit

Permalink
Version 0.9.36
Browse files Browse the repository at this point in the history
- Add some common locations into the PATH env var during startup.
  • Loading branch information
jhuckaby committed Oct 12, 2023
1 parent 580ca9a commit ca1ae43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bin/control.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
# |||||||||||||||||||| START CONFIGURATION SECTION ||||||||||||||||||||
# -------------------- --------------------
#
# add some common paths
PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/local/sbin
#
# the name of your binary
NAME="Cronicle Daemon"
#
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Cronicle",
"version": "0.9.35",
"version": "0.9.36",
"description": "A simple, distributed task scheduler and runner with a web based UI.",
"author": "Joseph Huckaby <jhuckaby@gmail.com>",
"homepage": "https://github.com/jhuckaby/Cronicle",
Expand Down

0 comments on commit ca1ae43

Please sign in to comment.