diff --git a/dev/docker/run.sh b/dev/docker/run.sh index c8d4c3f..e99dec1 100755 --- a/dev/docker/run.sh +++ b/dev/docker/run.sh @@ -29,6 +29,6 @@ if [ -n "${RDPGW_SERVER__AUTHENTICATION}" ]; then fi # drop privileges and run the application -su -c /opt/rdpgw/rdpgw ${USER} & +su -c /opt/rdpgw/rdpgw "${USER}" -- "$@" & wait exit $?