Major changes and fixes

This commit is contained in:
castro-fidel
2020-10-04 20:25:48 +03:00
parent a29fbfa8ce
commit 19f6e2aae8
5 changed files with 19 additions and 11 deletions

View File

@ -4,7 +4,7 @@
# "${WINESERVER}" -k
START_PORTWINE
if [ ! -z $1 ]; then
if [ ! -z "$1" ]; then
if [ ! -z $optirun_on ]; then
${optirun_on} "${port_on_run}" "run" "$1"
else