Merge pull request #1093 from fewtarius/dev
fix run oops on non-weston systems.
This commit is contained in:
commit
28c7c95312
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ then
|
|||
else
|
||||
systemctl stop ${UI_SERVICE}
|
||||
clear >/dev/console 2>&1
|
||||
$* >/dev/console 2>&1 || "$*" 2>&1
|
||||
$* >/dev/console 2>&1 || clear >/dev/console ;"$*" >/dev/console 2>&1
|
||||
clear >/dev/console 2>&1
|
||||
fi
|
||||
if [ ! "${UI_SERVICE}" = "weston.service" ]
|
||||
|
|
Loading…
Reference in a new issue