Merge pull request #1346 from Pr0mises/master

forgot semicolon
This commit is contained in:
Jan 2023-03-03 12:44:07 +01:00 committed by GitHub
commit 1f4fe00753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1694,7 +1694,7 @@ class AppServer {
$script .= '${IONICE}find -L ' . $serverDir . ' -type l -delete' . "\n";
$dirChmod = 700
$dirChmod = 700;
$fileChmod = 600;
if ($this->appServerDetails['protectionModeStarted'] == 'Y') {