From d3634cc475c6de2a95542b8169e22df0ce766d67 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Wed, 20 Aug 2008 09:09:36 +0200 Subject: [PATCH] checkinst: Add missing closing parenthesis --- cron.d/050checkinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron.d/050checkinst b/cron.d/050checkinst index 9e863db..fb2356f 100755 --- a/cron.d/050checkinst +++ b/cron.d/050checkinst @@ -18,7 +18,7 @@ then then echo "cachedir missing." >> $cache else - perm=$(ls -ld "$cachedir" | perl -ne 'print "ok" if /^drwx...... \d+ www-data/ || /^d...rws... \d+ [\w-]+\/www-data/' + perm=$(ls -ld "$cachedir" | perl -ne 'print "ok" if /^drwx...... \d+ www-data/ || /^d...rws... \d+ [\w-]+\/www-data/') if [ -z "$perm" ] then echo "cachedir has wrong permissions." >> $cache -- 2.39.2