Skip to content

Commit

Permalink
changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 7, 2018
1 parent 0d9c4b6 commit b0b7c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/NtpClient.rb
Expand Up @@ -818,7 +818,7 @@ def update_cron_settings
else
SCR.Execute(
path(".target.bash"),
"test -e #{CRON_FILE} && rm #{CRON_FILE};"
"rm -vf #{CRON_FILE}"
)
end
end
Expand Down

0 comments on commit b0b7c23

Please sign in to comment.