]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Screen template fixes
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 27 May 2013 01:30:55 +0000 (22:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 27 May 2013 01:30:55 +0000 (22:30 -0300)
templates/screen/screenrc.erb

index 722aabc5d7413a9c50ce8f7b29257e916ee49874..5196352ba18a0cdf4a5f2b11692a6844cf785ba6 100644 (file)
@@ -21,7 +21,6 @@ pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
 #shell -$SHELL
 
 # autoaka testing
-# shellaka '> |tcsh'
 # shellaka '$ |sh'
 
 # set every new windows hardstatus line to somenthing descriptive
@@ -129,7 +128,7 @@ bind ^] paste [.]
 # screen -t mail 1 elm
 # screen -t 40 2 rlogin faui40
 <%- if windows != '' then -%>
-<% windows.each do |line| -%>
+<%- windows.each do |line| -%>
 screen -t <%= line %>
 <%- end -%>
 <%- end -%>