diff --git a/src/opnsense/scripts/shell/firmware.sh b/src/opnsense/scripts/shell/firmware.sh index f71fbf122..1a3c1185f 100755 --- a/src/opnsense/scripts/shell/firmware.sh +++ b/src/opnsense/scripts/shell/firmware.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2015-2022 Franco Fichtner +# Copyright (c) 2015-2025 Franco Fichtner # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -100,6 +100,10 @@ ${RELEASE:-y}) run_action connection exit 0 ;; +[fF]) + run_action cleanup + exit 0 + ;; *) exit 0 ;;