Skip to content

Commit 544584e

Browse files
authored
Add back the option f to the reboot script (sonic-net#3492)
- What I did Add back the support to call reboot -f The support for this option was accidentally removed as part of this PR sonic-net#3203 The same PR for 202311 doesn't have this mistake - sonic-net#3204 - How I did it - How to verify it Call reboot -f
1 parent dc955e8 commit 544584e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/reboot

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function check_conflict_boot_in_fw_update()
178178

179179
function parse_options()
180180
{
181-
while getopts "h?v" opt; do
181+
while getopts "h?vf" opt; do
182182
case ${opt} in
183183
h|\? )
184184
show_help_and_exit

0 commit comments

Comments
 (0)