Skip to content

Commit

Permalink
Merge branch 'develop' into feat/enforce-chained-db-blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
spkjp authored Jun 27, 2019
2 parents 483be88 + 7f0662b commit 3198471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ elif [[ ! -z $RPM ]]; then
sudo yum install ntp -y -q
fi

if [ -z "$(service ntp status |grep running)" ] ; then
if [ -z "$(sudo service ntp status |grep running)" ] ; then
sudo ntpd -gq
fi

Expand Down

0 comments on commit 3198471

Please sign in to comment.