diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-20 07:43:59 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-20 07:43:59 +0100 |
commit | cfaa84339fba06ae45ce8685a01e975898cc7c2f (patch) | |
tree | 2776cfb0fabb695fd685fe1b1e1a15ee5abac5df /docker/entrypoint.sh | |
parent | db7ece47f00cd0edaf4b2a8b87c6b7cdc6056f56 (diff) | |
download | vyos-documentation-cfaa84339fba06ae45ce8685a01e975898cc7c2f.tar.gz vyos-documentation-cfaa84339fba06ae45ce8685a01e975898cc7c2f.zip |
wireless: add operational commands
Diffstat (limited to 'docker/entrypoint.sh')
-rwxr-xr-x | docker/entrypoint.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 8db41103..d9cbc33c 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash set -e +exec "$@" USER_NAME="vyos_bld" NEW_UID=$(stat -c "%u" .) |