From: Jason Etheridge Date: Tue, 13 Aug 2013 20:27:20 +0000 (-0400) Subject: fix quotes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fe36339346682904fb35f21b0b230f1fb8e6389b;p=working%2Frandom.git fix quotes Signed-off-by: Jason Etheridge --- 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 =~-._