diff options
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/example | 2 | ||||
-rw-r--r-- | tasks/system-update | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tasks/example b/tasks/example index deb3c94..8974aee 100644 --- a/tasks/example +++ b/tasks/example @@ -13,7 +13,7 @@ function task_setup() { # $INCLUDE_DIR # Available Configuration - # $PARALLEL "true"/"false" + # $PARALLEL "yes"/"no" INCLUDES+=() diff --git a/tasks/system-update b/tasks/system-update index ececb6e..865014c 100644 --- a/tasks/system-update +++ b/tasks/system-update @@ -23,7 +23,7 @@ function task_setup() { PARALLEL="yes" - TASK_ISSET="true" + TASK_ISSET="yes" } if [ -z $HOSTMODE ]; then |