mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 14:36:36 +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
|
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 $?
|
||||||
|
|||||||
Reference in New Issue
Block a user