Leser: 1
6 Einträge, 1 Seite |
QuoteAuch wenn es als root gestartet wird?laeuft von der Shell aus gestartet einwandfrei durch
1 2 3 4 5 6
my $test = -W "$INTRANETDIRPDF/$relativePath"; print "Test returned: ", Dumper(\$test),"\n" if $DEBUG; warn BOLD, RED, "Verzeichnis \"$INTRANETDIRPDF/$relativePath\" nicht beschreibbar!" unless ( $test ), RESET;
Test returned: $VAR1 = \'1';
ls -la /Berichte/SLA-2.5/pdf/2006
1
2
3
4
5
6
7
8
9
drwxrwxr-x 1 root reportin 4096 Aug 11 10:25 .
drwxrwxr-x 1 root reportin 4096 Feb 15 2006 ..
drwxrwxr-x 1 root reportin 4096 Apr 20 15:22 01
drwxrwxr-x 1 root reportin 4096 Mar 28 16:28 02
drwxrwxr-x 1 root reportin 4096 Apr 27 12:58 03
drwxrwxr-x 1 root reportin 4096 Jul 17 15:48 04
drwxrwxr-x 1 root reportin 4096 Aug 11 10:25 05
drwxrwxr-x 1 root reportin 4096 Jul 21 15:09 06
drwxrwxr-x 1 root reportin 4096 Aug 11 10:25 07
crontab -e
1 2
warn BOLD, RED, "Verzeichnis \"$INTRANETDIRPDF/$relativePath\" nicht beschreibbar!" unless ( $test ), RESET;
6 Einträge, 1 Seite |