Disable blank warning
This commit is contained in:
parent
e6d7d8699a
commit
c7da54d86a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
setterm -blank 0 -powerdown 0
|
setterm -blank 0 -powerdown 0 2>/dev/null
|
||||||
if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
if [ "$(fgconsole 2>/dev/null)" -eq "1" ]; then
|
||||||
# Connect to network and update hostname
|
# Connect to network and update hostname
|
||||||
$HOME/.update_network
|
$HOME/.update_network
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue