Skip to content

Commit

Permalink
Make server script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Feb 5, 2025
1 parent 14123b1 commit a2cf1a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ush/python/pygfs/task/globus_hpss.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,9 @@ def execute_transfer_data(self, transfer_set: Dict[str, Any], has_rstprod: bool)
# Initialize the server
self._init_server(server_job_dir)

# Make run_doorman.sh executable
# Make run_doorman.sh and init_xfer.sh executable
os.chmod("run_doorman.sh", 0o740)
os.chmod("init_xfer.sh", 0o740)

server_name = self.task_config.SERVER_NAME

Expand Down

0 comments on commit a2cf1a4

Please sign in to comment.