mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-14 12:53:47 +02:00
Fix run script to forward command line options
This commit is contained in:
parent
2e7080e674
commit
531af7d2d5
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ if [ -n "${RDPGW_SERVER__AUTHENTICATION}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# drop privileges and run the application
|
# drop privileges and run the application
|
||||||
su -c /opt/rdpgw/rdpgw ${USER} &
|
su -c /opt/rdpgw/rdpgw "${USER}" -- "$@" &
|
||||||
wait
|
wait
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue