Add clear before startRice()
This commit is contained in:
parent
f231049b60
commit
281fc830ae
|
@ -120,6 +120,7 @@ runScript() {
|
|||
source scripts/common.sh
|
||||
checkParameters "$@"
|
||||
checkForDependencies
|
||||
clear
|
||||
|
||||
startRice
|
||||
|
||||
|
|
Loading…
Reference in New Issue