Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
wiki:oardocker_setup_for_grid_5000 [2015/10/22 01:15] neyronwiki:oardocker_setup_for_grid_5000 [2016/04/08 13:28] neyron
Line 198: Line 198:
 set -x set -x
 # Nothing really needed here # Nothing really needed here
-  echo shutting down $n+while read n; do 
 +  for nn in $n; do 
 +    echo shutting down $n 
 +  done
 done done
 </code> </code>
wiki/oardocker_setup_for_grid_5000.txt · Last modified: 2020/03/31 15:42 by neyron
Recent changes RSS feed GNU Free Documentation License 1.3 Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki