Browse Source

new AccountController

andre 8 tháng trước cách đây
mục cha
commit
25857394d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/AccountController.php

+ 1 - 1
controllers/AccountController.php

@@ -56,7 +56,7 @@ class AccountController {
         }
 
         if ($GLOBALS['debug'] == true) { error_log("Install Placeholder on : " . $webDir); }
-        exec("sudo /usr/bin/cp -rf $placeholderdir/* $webdir/. 2>&1", $mkdirOutput, $cpReturnCode);
+        exec("sudo /usr/bin/cp -rf $placeholderdir/* $webDir/. 2>&1", $mkdirOutput, $cpReturnCode);
         if ($cpReturnCode !== 0) {
             error_log("deploy: ERROR: Copy placeholder for $username failed, details => ". implode("\n", $mkdirOutput));
             http_response_code(500);