mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
typo
This commit is contained in:
parent
89f04884d2
commit
e222784288
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,7 +5,6 @@ arpl*.vmdk
|
|||||||
*.zip
|
*.zip
|
||||||
.buildroot
|
.buildroot
|
||||||
test*.sh
|
test*.sh
|
||||||
docker/syno-compiler/Dockerfile
|
|
||||||
cache
|
cache
|
||||||
*.bak
|
*.bak
|
||||||
*.o
|
*.o
|
||||||
|
@ -233,5 +233,5 @@ for T in $(w | grep -v "TTY" | awk -F' ' '{print $2}'); do
|
|||||||
echo -e "\n\033[1;43m$(TEXT "[This interface will not be operational. Please use the http://find.synology.com/ find DSM and connect.]")\033[0m\n" >"/dev/${T}" 2>/dev/null || true
|
echo -e "\n\033[1;43m$(TEXT "[This interface will not be operational. Please use the http://find.synology.com/ find DSM and connect.]")\033[0m\n" >"/dev/${T}" 2>/dev/null || true
|
||||||
done
|
done
|
||||||
KERNELWAY="$(readConfigKey "kernelway" "${USER_CONFIG_FILE}")"
|
KERNELWAY="$(readConfigKey "kernelway" "${USER_CONFIG_FILE}")"
|
||||||
[ "${KERNELWAY}" = "kexec" ] && kexec -f -d --console-serial -e || poweroff
|
[ "${KERNELWAY}" = "kexec" ] && kexec -f -e || poweroff
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user