Skip to content

Commit

Permalink
Add run
Browse files Browse the repository at this point in the history
  • Loading branch information
bolkedebruin committed Mar 18, 2024
1 parent 841c688 commit a21b266
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dev/docker/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh
cd /opt/rdpgw || exit 1

if ! [ -e /opt/rdpgw/rdpgw.yaml ]; then
cp /opt/rdpgw/rdpgw.yaml.default /opt/rdpgw/rdpgw.yaml
fi

/opt/rdpgw/rdpgw-auth &
/opt/rdpgw/rdpgw &
wait
exit $?

0 comments on commit a21b266

Please sign in to comment.