Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Update checks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb committed Mar 15, 2021
1 parent e987765 commit d2c5c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ _checkTriggers() {

_checkPaths() {
editLastMessage "Checking Paths ..."
for path in $DOWN_PATH logs ; do
for path in $DOWN_PATH logs; do
test ! -d $path && {
log "\tCreating Path : ${path%/} ..."
mkdir -p $path
Expand Down

0 comments on commit d2c5c0f

Please sign in to comment.