]> git.deb.at Git - deb/packages.git/commitdiff
checkinst: Add missing closing parenthesis
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 20 Aug 2008 07:09:36 +0000 (09:09 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Wed, 20 Aug 2008 07:09:36 +0000 (09:09 +0200)
cron.d/050checkinst

index 9e863db8b2a58cc91629d86467bff01ba90ec4cf..fb2356fb690e3a8a6669424079263ebe06ff1dfc 100755 (executable)
@@ -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