diff --git a/docker-start.sh b/docker-start.sh index 2901fc314..b2f3f9a6d 100755 --- a/docker-start.sh +++ b/docker-start.sh @@ -16,4 +16,4 @@ mkdir -p /files chown -R droppy:droppy /config chown droppy:droppy /files -exec /bin/su -p -s "/bin/sh" -c "exec /usr/bin/droppy start --color -f /files -c /config" droppy +exec /bin/su -p -s "/bin/sh" -c "exec /usr/bin/droppy start --color -f /files -c /config $@" droppy