clear screen before running

This commit is contained in:
rootzoll
2020-02-17 14:12:54 +01:00
parent c34d060468
commit a2bb4a9bd1
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash
clear
_temp="./download/dialog.$$"
_error="./.error.out"
sudo chmod 7777 ${_error} 2>/dev/null

View File

@@ -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