From fa4d2890bb66bd724b933d2d7f82aa7e50c25007 Mon Sep 17 00:00:00 2001 From: Promises <21245147+Pr0mises@users.noreply.github.com> Date: Thu, 2 Mar 2023 04:37:16 +0100 Subject: [PATCH] forgot semicolon --- stuff/methods/class_app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuff/methods/class_app.php b/stuff/methods/class_app.php index 5c024bf3..57698342 100644 --- a/stuff/methods/class_app.php +++ b/stuff/methods/class_app.php @@ -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') {