mps-sudo_user

This commit is contained in:
milisbir 2018-10-25 10:41:22 +03:00
parent b0d3632bd0
commit c1120648f1
1 changed files with 1 additions and 1 deletions

View File

@ -3807,7 +3807,7 @@ ana(){
if [ `id -u` = 0 ] ; then
ayarlar "$@"
else
#export SUDOUSER=$USER
# sudo yetkisi ile yapılması ve SUDO_USER değişkeninden çalıştıran kullanıcı alınabilir.
sudo sh -c "mps $@"
fi
}