Commit 79e657ab authored by Ad Schellevis's avatar Ad Schellevis

add support for su into main shell menu system, needed for standard rc scripts

parent bd3f5f36
......@@ -18,6 +18,13 @@ if [ -f "/tmp/donotbootup" ]; then
# no coming back from here
fi
# shell started with parameters, passthrough to real shell
if [ -n "${*}" ]; then
/bin/csh "${@}"
exit ${?}
fi
# endless loop
while : ; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment