mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 22:46:37 +00:00
Fix run script to forward command line options
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user