Skip to content

Commit

Permalink
add -f to kexec
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Jun 15, 2023
1 parent e5c6ec5 commit f215a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/board/arpl/overlayfs/opt/arpl/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ 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
done
#poweroff
kexec -e
kexec -f -e
exit 0

0 comments on commit f215a28

Please sign in to comment.