Major changes port_on and add use terminal in vars

This commit is contained in:
castro-fidel
2020-11-02 01:44:03 +03:00
parent 8fc3301faf
commit c78720a4eb
11 changed files with 105 additions and 185 deletions

View File

@ -5,8 +5,8 @@ START_PORTWINE
PW_LOG=1
if [ ! -z ${optirun_on} ]
then
"/usr/bin/xterm" -e '"${optirun_on}" "${port_on_run}" "run" "cmd"'
$PW_TERM '"${optirun_on}" "${port_on_run}" "run" "cmd"'
else
"/usr/bin/xterm" -e '"${port_on_run}" "run" "cmd"'
$PW_TERM '"${port_on_run}" "run" "cmd"'
fi
STOP_PORTWINE