Cleaning code

This commit is contained in:
MatMoul 2015-10-10 22:09:31 +02:00
parent 7f8a0419a6
commit 5375d17e37

1
archfi
View File

@ -113,7 +113,6 @@ setkeymap(){
rebootpc(){ rebootpc(){
if (whiptail --backtitle "$apptitle" --title "$txtreboot" --yesno "$txtreboot ?" --defaultno 0 0) then if (whiptail --backtitle "$apptitle" --title "$txtreboot" --yesno "$txtreboot ?" --defaultno 0 0) then
clear clear
#echo "reboot"
reboot reboot
fi fi
} }