mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
rc: another newline shuffle
This commit is contained in:
parent
03434f0be3
commit
dd21a823cb
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user