Add missing newline in vos_release.sudo

The sudoers parser really, really, *really* doesn't like it when the
last line of data in your file lacks a trailing newline. Add one so
sudo will work again on these servers.

Change-Id: I40fbb535faf5b41cc56c56f09f248eea398df4e0
This commit is contained in:
Jeremy Stanley 2019-11-21 19:08:30 +00:00
parent a6a4e5dfe5
commit f2cf00dc89
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
vos_release ALL=(ALL) NOPASSWD: /usr/bin/vos
vos_release ALL=(ALL) NOPASSWD: /usr/bin/vos