Index: /trunk/ippm/FilesMonitoring/scripts/generate_crontabs_and_deployment_script.py
===================================================================
--- /trunk/ippm/FilesMonitoring/scripts/generate_crontabs_and_deployment_script.py	(revision 36002)
+++ /trunk/ippm/FilesMonitoring/scripts/generate_crontabs_and_deployment_script.py	(revision 36003)
@@ -16,4 +16,6 @@
 if __name__ == '__main__':
     nodes_file = open(NODES_LIST)
+    if not os.path.exists(OUTPUT_DIRECTORY):
+        os.makedirs(OUTPUT_DIRECTORY)
     deployment_script_file = open(DEPLOYMENT_SCRIPT, 'w')
     deployment_script_file.write('#!/bin/bash\n\n')
