This commit is contained in:
James Swineson 2019-06-04 15:33:13 +08:00 committed by GitHub
parent 4cdaba69de
commit 30d6c09c1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,9 @@ ROOTFS=""
OLDROOT="/"
NEWROOT=""
# fix possible PATH problems
export PATH="$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# environment compatibility
__compat_restart_ssh() {
if [ -x "$(command -v systemctl)" ]; then