Skip to content

Commit

Permalink
Fix by mistake overwritten comment
Browse files Browse the repository at this point in the history
  • Loading branch information
teacup-on-rockingchair committed Nov 8, 2023
1 parent 31a135b commit 7286f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
config_file="/etc/systemd/timesyncd.d/oscap-remedy.conf"
IFS=" " mapfile -t current_cfg_arr < <(ls -1 /etc/systemd/timesyncd.d/* 2>/dev/null)
current_cfg_arr+=( "/etc/systemd/timesyncd.conf" )
# Comment existing NTP FallbackNTP settings
# Comment existing NTP RootDistanceMax settings
if [ ${#current_cfg_arr[@]} -ne 0 ]; then
for current_cfg in "${current_cfg_arr[@]}"
do
Expand Down

0 comments on commit 7286f5f

Please sign in to comment.