summaryrefslogtreecommitdiff
path: root/docker/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/entrypoint.sh')
-rwxr-xr-xdocker/entrypoint.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index d9cbc33c..8db41103 100755
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -1,6 +1,5 @@
#!/bin/bash
set -e
-exec "$@"
USER_NAME="vyos_bld"
NEW_UID=$(stat -c "%u" .)