if the files directory is empty, linkulator shows error #3

Open
opened 2019-02-26 11:55:08 +00:00 by asdf · 0 comments
Contributor

The error is shown when starting linkulator if the files directory is empty:

ls: cannot access 'filesdir/*': No such file or directory

Once you have any file in that directory, the issue does not occur.

Relates to line 379:

FILES=$(ls -dt $FILEPATH*)

This does not prevent the application from working.

The error is shown when starting linkulator if the files directory is empty: ls: cannot access 'filesdir/*': No such file or directory Once you have any file in that directory, the issue does not occur. Relates to line 379: FILES=$(ls -dt $FILEPATH*) This does not prevent the application from working.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cmccabe/linkulator#3
No description provided.