From: Frank Lichtenheld Date: Wed, 20 Aug 2008 07:09:36 +0000 (+0200) Subject: checkinst: Add missing closing parenthesis X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=d3634cc475c6de2a95542b8169e22df0ce766d67;p=deb%2Fpackages.git checkinst: Add missing closing parenthesis --- 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