From 1d007e1bac457d1fba22efc32bfef86ac3a5319d Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 21 Apr 2013 22:20:45 +0200 Subject: [PATCH] motd fixes --- modules/motd/templates/motd.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 9255b9b0e..6919edd0d 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -52,8 +52,8 @@ if (scope.lookupvar('site::nodeinfo')['ldap'].has_key?('purpose')) if classes.include?("porterbox") extra += "See 'schroot -l' for a list of available chroots. Start new sessions\n" extra += "with 'schroot --begin-session -c ', run commands in sessions using\n" - extra += "\schroot --run-session -c [-- command]\, and tear down sessions\n" - extra += "using \schroot --end-session -c '. You can run a limited set of\n" + extra += "'schroot --run-session -c [-- command]', and tear down sessions\n" + extra += "using 'schroot --end-session -c '. You can run a limited set of\n" extra += "privileged commands, for instance some of apt-get, using\n" extra += "'dd-schroot-cmd -c '." else -- 2.20.1