diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2020-06-10 00:55:54 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2020-06-10 00:55:54 +0200 |
commit | c529c0628b08d526c30acf9d92afd0005bb0d00d (patch) | |
tree | c3c4f644fbcccb6f69077b5946a77c1d1804e53f /tasks | |
parent | 6bfb799cb9834311da4abb68ccf82e28ce40b194 (diff) | |
download | ltask-c529c0628b08d526c30acf9d92afd0005bb0d00d.tar.gz |
Whitespace errors
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/example | 2 | ||||
-rw-r--r-- | tasks/jenkins | 2 | ||||
-rw-r--r-- | tasks/reboot | 4 | ||||
-rw-r--r-- | tasks/system-update | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/tasks/example b/tasks/example index 8974aee..a833a6a 100644 --- a/tasks/example +++ b/tasks/example @@ -19,7 +19,7 @@ function task_setup() { SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa - + FILES+=() TASK_ISSET="yes" diff --git a/tasks/jenkins b/tasks/jenkins index 5598a9e..d763377 100644 --- a/tasks/jenkins +++ b/tasks/jenkins @@ -10,7 +10,7 @@ function task_setup() { # Available environment variables # $ASSET_DIR # $TOOL_DIR - + SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_jenkins diff --git a/tasks/reboot b/tasks/reboot index 3027502..83c04fd 100644 --- a/tasks/reboot +++ b/tasks/reboot @@ -9,10 +9,10 @@ function task_setup() { # Available environment variables # $ASSET_DIR # $TOOL_DIR - + SSH_USER=server SSH_IDENTITY_FILE=$ASSET_DIR/id_rsa - + TASK_ISSET="yes" } 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 |