diff --git a/spark-dwine-launch/run-template_v1.sh b/spark-dwine-launch/run-template_v1.sh index 601c13445ae7158abb0bfaf8ff9fff0f21372f8e..cdadc5d9869da55f7f34d11261b12c1f8c209068 100755 --- a/spark-dwine-launch/run-template_v1.sh +++ b/spark-dwine-launch/run-template_v1.sh @@ -104,7 +104,7 @@ if [ -n "$EXEC_PATH" ];then if [ -z "${EXEC_PATH##*.lnk*}" ];then $START_SHELL_PATH $BOTTLENAME $APPVER "C:/windows/command/start.exe" "/Unix" "$EXEC_PATH" "$@" else - $START_SHELL_PATH $BOTTLENAME $APPVER "$EXEC_PATH" "$@" + $START_SHELL_PATH $BOTTLENAME $APPVER "C:/windows/command/start.exe" "/Unix" "$EXEC_PATH" "$@" fi else $START_SHELL_PATH $BOTTLENAME $APPVER "uninstaller.exe" "$@"