fix typo
This commit is contained in:
parent
f9e76c5981
commit
73302490c5
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ menhera::__compat_reload_init() {
|
||||||
elif [ -x "$(command -v telinit)" ]; then
|
elif [ -x "$(command -v telinit)" ]; then
|
||||||
telinit u
|
telinit u
|
||||||
else
|
else
|
||||||
echo "ERROR: Cannot re-exec init, init system not recoginzed" >&2
|
echo "ERROR: Cannot re-exec init, init system not recognized" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue