diff options
Diffstat (limited to 'tasks/system-update')
-rw-r--r-- | tasks/system-update | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/system-update b/tasks/system-update index 865014c..8a8c55d 100644 --- a/tasks/system-update +++ b/tasks/system-update @@ -7,7 +7,7 @@ function task_exec() { sudo pkg_upgrade ret=$(($ret + $?)) - + exit $ret } @@ -15,7 +15,7 @@ function task_setup() { # Available environment variables # $ASSET_DIR # $TOOL_DIR - + INCLUDES+=("$INCLUDE_DIR/pkgmanager") SSH_USER=server |