This commit is contained in:
mathias 2005-03-17 00:06:25 +00:00
parent 99ec2b49e0
commit 1ac6df3dbd

View file

@ -23,9 +23,6 @@ EOF
shift shift
done done
exit 0
if [ -x "$startup" ]; then if [ -x "$startup" ]; then
exec "$startup" exec "$startup"
elif [ -r "$startup" ]; then elif [ -r "$startup" ]; then