diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-30 23:30:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-30 23:30:13 -0400 |
| commit | 6ccd324faf30ebf1d2b7e2ac92903af926fe655b (patch) | |
| tree | 9da4a8f9a95fe9669548eda023b1d7a17fd8ce66 | |
| parent | 053c789e80cd7dd72a0c2bd024c770415315d6e6 (diff) | |
space out script output
| -rwxr-xr-x | deploy-static | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy-static b/deploy-static index 834bd787..dd8f2068 100755 --- a/deploy-static +++ b/deploy-static @@ -41,4 +41,5 @@ for server in ${servers[@]}; do echo echo active is now $target + echo done |
