Skip to content

Commit b4176c8

Browse files
authored
Merge pull request #2085 from twangboy/fix_2084
Remove hardware clock sync
2 parents 7873dab + 37d3a8b commit b4176c8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bootstrap-salt.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,11 +1952,6 @@ __wait_for_apt(){
19521952
# Timeout set at 15 minutes
19531953
WAIT_TIMEOUT=900
19541954

1955-
## see if sync'ing the clocks helps
1956-
if [ -f /usr/sbin/hwclock ]; then
1957-
/usr/sbin/hwclock -s
1958-
fi
1959-
19601955
# Run our passed in apt command
19611956
"${@}" 2>"$APT_ERR"
19621957
APT_RETURN=$?

0 commit comments

Comments
 (0)