Fix printing redoxer messages

This commit is contained in:
Wildan M 2026-02-21 21:57:47 +07:00
parent 015cc2005d
commit a1edc63c01
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@ orbital = {}
path = "/usr/lib/init.d/30_redoxer"
data = """
echo
echo ## running redoxer in orbital ##
echo "## running redoxer in orbital ##"
nowait VT=3 orbital redoxerd
"""

View File

@ -35,7 +35,7 @@ path = "/usr/lib/run_redoxer.ion"
data = """
#!/usr/bin/env ion
echo
echo ## preparing environment ##
echo "## preparing environment ##"
export GROUPS=0
export HOME=/root
export HOST=redox
@ -45,6 +45,6 @@ export USER=root
cd /root
env
echo
echo ## running redoxer ##
echo "## running redoxer ##"
redoxerd
"""