Skip to content

Commit

Permalink
Stop showing past log lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Feb 18, 2016
1 parent 40baa2f commit bc7be0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipa-server-configure-first
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ if ! [ -t /dev/stdout ] ; then
exec >> /var/log/ipa-server-configure-first.log 2>&1
fi

tail --silent -f --retry /var/log/ipa-server-configure-first.log 2> /dev/null > /dev/console &

echo "$(date) $0 $@"

tail --silent -n 0 -f --retry /var/log/ipa-server-configure-first.log 2> /dev/null > /dev/console &

function update_server_ip_address () {
CURRENT_RECORD=$( host -t A $HOSTNAME_FQDN )
MY_IP=''
Expand Down

0 comments on commit bc7be0e

Please sign in to comment.