Skip to content
Snippets Groups Projects
Commit cdcecd5a authored by Danilo Spinella's avatar Danilo Spinella
Browse files

rc.init,rc.shutdown: Remove bashisms

parent 8e12f2a6
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,9 @@
## the configuration file. By default /etc/66/init.conf or
## instructed by 66-boot via the -s option(see 66-boot documentation).
CONF="$1"
source "$CONF"
. "$CONF"
echo [Starting stage2 process ...] 1>&/dev/console
echo [Starting stage2 process ...] >/dev/console 2>&1
# initiate the database service
echo [Initiate db of tree ${TREE}]
......
......@@ -4,7 +4,7 @@
## the configuration file. By default /etc/66/init.conf or
## instructed by 66-boot via the -s option(see 66-boot documentation).
CONF="$1"
source "$CONF"
. "$CONF"
## By default the output goes to the uncaught-logs at
## /run/66/log/0/current
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment