Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 11, 2025
1 parent 4b516c2 commit 506a50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioreactor/cli/pios.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ def sync_config_files(unit: str, shared: bool, specific: bool) -> None:

# move the specific unit config.ini
if specific:
print(unit, localpath, remotepath)
try:
localpath = f"/home/pioreactor/.pioreactor/config_{unit}.ini"
remotepath = "/home/pioreactor/.pioreactor/unit_config.ini"
print(unit, localpath, remotepath)
cp_file_across_cluster(unit, localpath, remotepath, timeout=30)

except Exception as e:
Expand Down

0 comments on commit 506a50f

Please sign in to comment.