mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-20 13:02:21 +02:00
clear screen before running
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
clear
|
||||
_temp="./download/dialog.$$"
|
||||
_error="./.error.out"
|
||||
sudo chmod 7777 ${_error} 2>/dev/null
|
||||
|
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
clear
|
||||
_temp="./download/dialog.$$"
|
||||
_error="./.error.out"
|
||||
sudo chmod 7777 ${_error} 2>/dev/null
|
||||
|
||||
# load raspiblitz config data (with backup from old config)
|
||||
source /home/admin/raspiblitz.info
|
||||
|
Reference in New Issue
Block a user