This commit is contained in:
milisbir 2018-09-08 23:10:04 +03:00
parent b5fd8a09ca
commit 4a8041e972
1 changed files with 6 additions and 6 deletions

View File

@ -516,7 +516,7 @@ export MILIS_BILGI='
<action>kwrite $info || leafpad $info || beaver $info || mousepad $info || geany $info || kate $info</action>
</button>
'`butcustom "Mevcut Bilgi ekranını dosyaya yazdırır /root/psinfo.txt" "Dosyaya Yazdır" btnDump stock gtk-revert-to-saved false`'</button>
'`butcustom "Kapsamlı sistem raporunu dosyaya yazdırır /root/Desktop/psinfo.txt" "Kapsamlı Rapor Yazdır" btnReport stock gtk-go-down true`'</button>
'`butcustom "Kapsamlı sistem raporunu dosyaya yazdırır ~/psinfo.txt" "Kapsamlı Rapor Yazdır" btnReport stock gtk-go-down true`'</button>
'`butcancel`'
</hbox>
'`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