init
This commit is contained in:
5
spawnerdockerfile/start-singleuser.sh
Executable file
5
spawnerdockerfile/start-singleuser.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Shim to emit warning and call start-singleuser.py
|
||||
echo "WARNING: Use start-singleuser.py instead"
|
||||
|
||||
exec /usr/local/bin/start-singleuser.py "$@"
|
||||
Reference in New Issue
Block a user