summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Stiffler2015-09-24 09:17:39 -0500
committerJacob Stiffler2015-09-24 09:17:39 -0500
commit621bab39c23ea476ec0b31a7baf86c1bd4f24ec4 (patch)
tree91f3d1d3ed83ec3aae9de84944cc1d3ad51251f8
parent35029f8c4a3688ca1b176c9a91febd0e541edd15 (diff)
downloadmatrix-gui-v2-621bab39c23ea476ec0b31a7baf86c1bd4f24ec4.tar.gz
matrix-gui-v2-621bab39c23ea476ec0b31a7baf86c1bd4f24ec4.tar.xz
matrix-gui-v2-621bab39c23ea476ec0b31a7baf86c1bd4f24ec4.zip
execute_command.sh: Remove refresh_screen.
* Since moving to QT5 over EGLFS/nullDRM this is no longer needed and ends up causing the issue it was intended to resolve. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
-rwxr-xr-xexecute_command.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/execute_command.sh b/execute_command.sh
index 018c632..2be1278 100755
--- a/execute_command.sh
+++ b/execute_command.sh
@@ -75,8 +75,6 @@ eval $filename > "tmp/"$outputfilename 2>&1
75#Using a more unique string to detect if the script is completed 75#Using a more unique string to detect if the script is completed
76echo "_?!!MATRIX_SCRIPT_COMPLETED!!?_" >> "tmp/"$outputfilename 76echo "_?!!MATRIX_SCRIPT_COMPLETED!!?_" >> "tmp/"$outputfilename
77 77
78refresh_screen &
79
80i=0 78i=0
81 79
82for item in "$@" 80for item in "$@"