aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2015-10-10 22:09:31 +0200
committerMatMoul <matmoul@gmail.com>2015-10-10 22:09:31 +0200
commit5375d17e37570e1a158c8420c2c0eadebb2f178c (patch)
treee2e468ae9c7fd839ad5e5e4f752d8ceb3fb381c3
parent7f8a0419a646a138d148b546f5e42d7c71736f7c (diff)
downloadhyperfi-5375d17e37570e1a158c8420c2c0eadebb2f178c.tar.lz
hyperfi-5375d17e37570e1a158c8420c2c0eadebb2f178c.tar.xz
hyperfi-5375d17e37570e1a158c8420c2c0eadebb2f178c.zip
Cleaning code
-rw-r--r--archfi1
1 files changed, 0 insertions, 1 deletions
diff --git a/archfi b/archfi
index 74620bc..d52c0d0 100644
--- a/archfi
+++ b/archfi
@@ -113,7 +113,6 @@ setkeymap(){
rebootpc(){
if (whiptail --backtitle "$apptitle" --title "$txtreboot" --yesno "$txtreboot ?" --defaultno 0 0) then
clear
- #echo "reboot"
reboot
fi
}