Skip to content

Commit

Permalink
Per discussion in ufs-community#939, "Derecho" is not actually needed…
Browse files Browse the repository at this point in the history
… here
  • Loading branch information
mkavulich committed Dec 8, 2023
1 parent 013ed9b commit 5a642b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/get_crontab_contents.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def get_crontab_contents(called_from_cron, machine, debug):
# call the system version of crontab at /usr/bin/crontab.
#
crontab_cmd = "crontab"
if machine == "CHEYENNE" or machine == "DERECHO":
if machine == "CHEYENNE"
if called_from_cron:
crontab_cmd = "/usr/bin/crontab"

Expand Down

0 comments on commit 5a642b4

Please sign in to comment.