Fix run script to forward command line options
This commit is contained in:
parent
2e7080e674
commit
531af7d2d5
@ -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 $?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user