From 4a8041e9727288229b0e17ccef3d641cb36cf31b Mon Sep 17 00:00:00 2001 From: milisbir Date: Sat, 8 Sep 2018 23:10:04 +0300 Subject: [PATCH] milbit --- bin/milbit | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/milbit b/bin/milbit index ffb72de17..03dd18f01 100755 --- a/bin/milbit +++ b/bin/milbit @@ -516,7 +516,7 @@ export MILIS_BILGI=' kwrite $info || leafpad $info || beaver $info || mousepad $info || geany $info || kate $info '`butcustom "Mevcut Bilgi ekranını dosyaya yazdırır /root/psinfo.txt" "Dosyaya Yazdır" btnDump stock gtk-revert-to-saved false`' - '`butcustom "Kapsamlı sistem raporunu dosyaya yazdırır /root/Desktop/psinfo.txt" "Kapsamlı Rapor Yazdır" btnReport stock gtk-go-down true`' + '`butcustom "Kapsamlı sistem raporunu dosyaya yazdırır ~/psinfo.txt" "Kapsamlı Rapor Yazdır" btnReport stock gtk-go-down true`' '`butcancel`' '`end_window`' @@ -632,7 +632,7 @@ echo ' ' | gtkdialog -s }; export -f yapistirnet_message -## If Kullanıcı chose to upload then do it, else dump to /root/desktop +## If Kullanıcı chose to upload then do it, else dump to ~ if [ `egrep -o "Yes|yes" $tmpsi/upload.tmp` ]; then has_internet if [ $answ -eq 0 ]; then @@ -645,11 +645,11 @@ if [ `egrep -o "Yes|yes" $tmpsi/upload.tmp` ]; then echo $lnk > /tmp/ixio-link.txt yapistirnet_message "Dosyanız $lnk adresinde ayrıca bu link /tmp/ixio-link.txt. dosyasında." 500 gtk-yes else - cp $info /root/Desktop/psinfo_report.txt - gtk_message "İnternet bağlantınız yok!.Raporunuz /root/Desktop/psinfo_report.txt dosyasına kayıt edildi." 450 gtk-dialog-error + cp $info ~/psinfo_report.txt + gtk_message "İnternet bağlantınız yok!.Raporunuz ~/psinfo_report.txt dosyasına kayıt edildi." 450 gtk-dialog-error fi else - cp $info /root/Desktop/psinfo_report.txt - gtk_message "Raporunuz /root/Desktop/psinfo_report.txt dosyasına kayıt edildi." 500 gtk-yes + cp $info ~/psinfo_report.txt + gtk_message "Raporunuz ~/psinfo_report.txt dosyasına kayıt edildi." 500 gtk-yes fi rm -rf $tmpsi