rc: another newline shuffle

This commit is contained in:
Franco Fichtner 2015-03-02 13:21:25 +01:00
parent 03434f0be3
commit dd21a823cb

View File

@ -23,11 +23,11 @@ if [ -n "${*}" ]; then
exit ${?}
fi
echo
# endless loop
while : ; do
echo
# If we are on the install media advertise that fact
if _tmpdir=$(mktemp -d -q /.diskless.XXXXXX); then
rmdir ${_tmpdir}