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