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