From fe36339346682904fb35f21b0b230f1fb8e6389b Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Tue, 13 Aug 2013 16:27:20 -0400 Subject: [PATCH] fix quotes Signed-off-by: Jason Etheridge --- installer/wheezy/eg_wheezy_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/wheezy/eg_wheezy_installer.sh b/installer/wheezy/eg_wheezy_installer.sh index 2a6ccb7d7..7538f7aba 100755 --- a/installer/wheezy/eg_wheezy_installer.sh +++ b/installer/wheezy/eg_wheezy_installer.sh @@ -341,7 +341,7 @@ if [ $LIVETEST ]; then echo 'du -sh *.log:' su - opensrf sh -c 'cd /openils/var/log/ ; du -sh *.log' echo '' - echo 'perl -ne 'if (/^\[.*?\] (.*?) \[/) { print "$1\n"; }' osrfsys.log | sort | uniq -c | sort -k2:' + echo 'perl -ne ''if (/^\[.*?\] (.*?) \[/) { print "$1\n"; }'' osrfsys.log | sort | uniq -c | sort -k2:' (cd /openils/var/log/ ; perl -ne 'if (/^\[.*?\] (.*?) \[/) { print "$1\n"; }' osrfsys.log | sort | uniq -c | sort -k2) echo '' echo End of log summary =~-._ -- 2.11.0