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 c7654c4 commit cffa2faCopy full SHA for cffa2fa
install/update.php
@@ -545,7 +545,7 @@
545
546
//* Create md5 filelist
547
$md5_filename = '/usr/local/ispconfig/security/data/file_checksums_'.date('Y-m-d_h-i').'.md5';
548
-exec('find /usr/local/ispconfig -type f -print0 | xargs -0 md5sum > '.$md5_filename);
+exec('find /usr/local/ispconfig -type f -print0 | xargs -0 md5sum > '.$md5_filename . ' 2>/dev/null');
549
chmod($md5_filename,0700);
550
551
echo "Update finished.\n";
0 commit comments