diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2017-10-22 13:31:10 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2017-10-22 13:31:10 +0200 |
commit | 8142ffde3037976e152711f902ad9622aa1b7cba (patch) | |
tree | 1a113379f90812b13acc411bb1280e13b00a217a /nfs/scripts/image_deploy.sh | |
parent | ae649a17227f3ed2615f3d8eddc7ae19ccfaa45b (diff) | |
download | eficast-8142ffde3037976e152711f902ad9622aa1b7cba.tar.gz eficast-8142ffde3037976e152711f902ad9622aa1b7cba.tar.bz2 eficast-8142ffde3037976e152711f902ad9622aa1b7cba.zip |
hours of polishing tmux, script sequences, hinting. ^C abort in tmux is broken.
Diffstat (limited to 'nfs/scripts/image_deploy.sh')
-rw-r--r-- | nfs/scripts/image_deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs/scripts/image_deploy.sh b/nfs/scripts/image_deploy.sh index bdc5e9c..4efd715 100644 --- a/nfs/scripts/image_deploy.sh +++ b/nfs/scripts/image_deploy.sh @@ -1,4 +1,4 @@ #!/bin/busybox sh # Should only started from autorun.sh (define some helper functions and variables) -echo_color white red ">>> " "Image deploy not yet ready" +echo_color white red ">>> Image deploy not yet ready" |