Skip to content

Commit

Permalink
fixed incomplete check
Browse files Browse the repository at this point in the history
  • Loading branch information
abchk1234 committed Mar 16, 2017
1 parent 9e3c011 commit 320706c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/timeset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ set_ntp () {

# Add checks before executing
if ! which gettext > /dev/null 2>&1; then
echo 'needed gettext not found'
echo 'needed gettext command not found'
exit 1
fi

# Run as root
Expand Down

0 comments on commit 320706c

Please sign in to comment.