Global update of the port_on file
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Author: PortWINE-Linux.ru
|
||||
. "$(dirname $(readlink -f "$0"))/runlib"
|
||||
export PW_LOG=1
|
||||
START_PORTWINE
|
||||
PW_LOG=1
|
||||
if [ ! -z ${optirun_on} ]
|
||||
then
|
||||
$PW_TERM '"${optirun_on}" "${port_on_run}" "run" "cmd"'
|
||||
"${PW_RUNTIME}" $PW_TERM '"${optirun_on}" "${port_on_run}" "run" "cmd"'
|
||||
else
|
||||
$PW_TERM '"${port_on_run}" "run" "cmd"'
|
||||
"${PW_RUNTIME}" $PW_TERM '"${port_on_run}" "run" "cmd"'
|
||||
fi
|
||||
STOP_PORTWINE
|
||||
|
Reference in New Issue
Block a user