Updating debian and rpm pre/make/post scripts to not be greedy.

This commit is contained in:
Ben Nealon
2019-08-07 15:10:51 +01:00
parent 763345969b
commit ab4fa88ad6
5 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
echo "---Hyperion ambient light prerm ---"
# search for users in system, returns first entry
FOUND_USR=`who | grep -o '^\w*\b'` || "root"
FOUND_USR=`who | grep -o -m1 '^\w*\b'` || "root"
# stop running daemon before we delete it
HYPERION_RUNNING=false