Use consistent format

This commit is contained in:
Joshua Boniface 2018-12-15 18:25:59 -05:00
parent dcf1468eac
commit f91c01b850
1 changed files with 1 additions and 1 deletions

2
debian/preinst vendored
View File

@ -55,7 +55,7 @@ case "$1" in
fi
# Clean up old Emby cruft that can break the user's system
test -f /etc/sudoers.d/emby && rm -f /etc/sudoers.d/emby
[[ -f /etc/sudoers.d/emby ]] && rm -f /etc/sudoers.d/emby
;;
abort-upgrade)