fix namespace
This commit is contained in:
parent
bb8f548719
commit
2ad8723115
1 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ menhera::swap_root() {
|
||||||
mount --move "${OLDROOT}/${WORKDIR}" "${WORKDIR}"
|
mount --move "${OLDROOT}/${WORKDIR}" "${WORKDIR}"
|
||||||
|
|
||||||
echo "Restarting SSH daemon..."
|
echo "Restarting SSH daemon..."
|
||||||
__compat_restart_ssh
|
menhera::__compat_restart_ssh
|
||||||
}
|
}
|
||||||
|
|
||||||
menhera::clear_processes() {
|
menhera::clear_processes() {
|
||||||
|
@ -169,7 +169,7 @@ menhera::clear_processes() {
|
||||||
swapoff -a
|
swapoff -a
|
||||||
|
|
||||||
echo "Restarting init process..."
|
echo "Restarting init process..."
|
||||||
__compat_reload_init
|
menhera::__compat_reload_init
|
||||||
# hope 15s is enough
|
# hope 15s is enough
|
||||||
sleep 15
|
sleep 15
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue