diff --git a/scripts/disableNationalOrgchartEmpolyees.php b/scripts/scheduled-task-commands/disableNationalOrgchartEmployees.php
similarity index 100%
rename from scripts/disableNationalOrgchartEmpolyees.php
rename to scripts/scheduled-task-commands/disableNationalOrgchartEmployees.php
diff --git a/scripts/scheduled-task-commands/updateNationalOrgchartEmployees.php b/scripts/scheduled-task-commands/updateNationalOrgchartEmployees.php
index 39c3f867b..87bbb96ed 100644
--- a/scripts/scheduled-task-commands/updateNationalOrgchartEmployees.php
+++ b/scripts/scheduled-task-commands/updateNationalOrgchartEmployees.php
@@ -17,8 +17,6 @@ function updateEmps($VISNS) {
             echo "Deploying to: {$visn['cacheID']}\r\n";
         }
     }
-
-    exec ("php disableNationalOrgchartEmployees.php > /dev/null 2>/dev/null &");
 }
 
 updateEmps($VISNS);
\ No newline at end of file