Installer fixes
This commit is contained in:
parent
833a4cba37
commit
46dc9324b0
2 changed files with 3 additions and 3 deletions
|
@ -7,4 +7,4 @@ source /etc/profile
|
|||
|
||||
set_kill set "installer"
|
||||
|
||||
weston-terminal -f --command "/usr/bin/installer"
|
||||
/usr/bin/run "/usr/bin/installer"
|
||||
|
|
|
@ -22,9 +22,9 @@ elif echo "${UI_SERVICE}" | grep "sway"; then
|
|||
if [ -f "${*}" ]
|
||||
then
|
||||
RUN=$(echo ${*} | sed 's# #\\ #g')
|
||||
foot ${RUN}
|
||||
foot -F ${RUN}
|
||||
else
|
||||
foot ${*}
|
||||
foot -F ${*}
|
||||
fi
|
||||
else
|
||||
ui_state stop
|
||||
|
|
Loading…
Reference in a new issue