tamir-sudouser

This commit is contained in:
milisbir 2018-10-24 23:53:18 +03:00
parent 0d0fd140af
commit cb71cafbd6
2 changed files with 4 additions and 1 deletions

View File

@ -3777,7 +3777,7 @@ ayarlar() {
### mps -v . = mps sürüm bilgisini gösterir.
-v)
$_yaz_bilgi "$betikad $versiyon $iletisim $shelltip"
#echo "$betikad $versiyon $iletisim $shelltip" | bilgi_kutusu
echo "$betikad $versiyon $iletisim $shelltip kullanıcı: $SUDOUSER" | bilgi_kutusu
exit 0 ;;
-y|-h|yardim)
@ -3807,6 +3807,7 @@ ana(){
if [ `id -u` = 0 ] ; then
ayarlar "$@"
else
export SUDOUSER=$USER
sudo mps "$@"
fi
}

2
bin/tamir_sudouser Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
sudo echo "Defaults env_keep += \"SUDOUSER\"" >> /etc/sudoers