azer / shell-jobs

Human-friendly Cron replacement in NodeJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

paths are converted to lowercase

tdehollain opened this issue · comments

It seems that the path to my command is somehow converted to lowercase.
Ex: my .jobs file is
sh ~/projects/Project1/Task1.sh # => 24 hours

An error is thrown:
~/projects/project1/task1.sh No such file or directory

fixed on 0.0.5