diff options
Diffstat (limited to 'tasks/system-update')
-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 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 |