fix #1
This commit is contained in:
parent
4cdaba69de
commit
30d6c09c1b
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ ROOTFS=""
|
||||||
OLDROOT="/"
|
OLDROOT="/"
|
||||||
NEWROOT=""
|
NEWROOT=""
|
||||||
|
|
||||||
|
# fix possible PATH problems
|
||||||
|
export PATH="$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
|
|
||||||
# environment compatibility
|
# environment compatibility
|
||||||
__compat_restart_ssh() {
|
__compat_restart_ssh() {
|
||||||
if [ -x "$(command -v systemctl)" ]; then
|
if [ -x "$(command -v systemctl)" ]; then
|
||||||
|
|
Loading…
Reference in a new issue