diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-02-08 22:56:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-02-08 22:56:57 +0100 |
commit | 9db0275c53334eb3efd26ea272f81c242af3f79b (patch) | |
tree | f9d8143a55d6023af5fc7a3c9d455465eb680059 | |
parent | 0f4f2cf45ad5f8a501ccf91154d7595f8a3a3813 (diff) | |
download | hurd-9db0275c53334eb3efd26ea272f81c242af3f79b.tar.gz hurd-9db0275c53334eb3efd26ea272f81c242af3f79b.tar.bz2 hurd-9db0275c53334eb3efd26ea272f81c242af3f79b.zip |
runsystem.hurd.sh: Print a newline at boot
This helps debugging boot issues.
-rw-r--r-- | daemons/runsystem.hurd.sh.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemons/runsystem.hurd.sh.in b/daemons/runsystem.hurd.sh.in index a2e464a7..58cfbe7b 100644 --- a/daemons/runsystem.hurd.sh.in +++ b/daemons/runsystem.hurd.sh.in @@ -56,6 +56,8 @@ singleuser () exit 127 } +# Print a newline. +echo # See whether pflocal is set up already, and do so if not (install case) # |