Hi,
I'm using ISP Config 3.0.4.4 on Debian Squeeze/Sid.
I've setup a script an put it in:
Code:
/var/www/clients/client6/mydomain.tld/backup
Here is the script:
Code:
#!/bin/bash
NOW=$(date +"%m-%d-%Y %T")
echo -e "File di testo creato: "$NOW >> /var/www/mydomain.tld/backup/log_test.txt
Here is it what I have in my folder:
Code:
-rwxrwxrwx 1 web17 client6 84 May 3 00:27 log_test.txt
-rwxrwxrwx 1 web17 client6 126 May 3 00:25 script.sh
I've setup cronjobs via ISP Config (file attached)
I'm having this log:
Code:
PHP Warning: mkdir(): File exists in /usr/local/ispconfig/server/plugins-available/cron_jailkit_plugin.inc.php on line 293
I can't see it via crontab -l
What's wrong?
Recent comments
16 hours 57 min ago
21 hours 56 min ago
23 hours 22 min ago
1 day 15 min ago
1 day 1 hour ago
1 day 6 hours ago
1 day 7 hours ago
1 day 9 hours ago
1 day 22 hours ago
2 days 11 min ago