We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d6e96 commit 196c29cCopy full SHA for 196c29c
install/lib/installer_base.lib.php
@@ -1413,7 +1413,7 @@ public function install_ispconfig() {
1413
1414
//* Add Log-Rotation
1415
if (is_dir('/etc/logrotate.d')) {
1416
- unlink('/etc/logrotate.d/logispc3');
+ @unlink('/etc/logrotate.d/logispc3'); // ignore, if the file is not there
1417
$fh = fopen('/etc/logrotate.d/logispc3', 'w');
1418
fwrite($fh,
1419
"/var/log/ispconfig/ispconfig.log { \n" .
0 commit comments