first commit
This commit is contained in:
7
entrypoint.sh
Normal file
7
entrypoint.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Set terminal type
|
||||
export TERM=xterm-256color
|
||||
|
||||
# Run xsos with all arguments passed to the container
|
||||
/usr/bin/speedtest --accept-license "$@"
|
||||
Reference in New Issue
Block a user