Fix the findtherightuser problem

This commit is contained in:
b1ue 2019-03-07 14:25:15 +01:00
parent a1c48a02d4
commit bea1afb2f3
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# this assumes you are running as root or are using sudo
#
USER="$(env | grep 'USER' | cut -d '=' -f2 | head -1)"
USER="$(stat --format=%U .)"
get_fedora_deps()
{

0
tools/x Normal file
View File