Skip to content

Commit

Permalink
initialize final_exit_code variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abezella authored and Mrfai committed Apr 20, 2020
1 parent f456142 commit 77512b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/fai
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export romountopt=${romountopt:-"-o async,noatime,nolock,ro,actimeo=1800"}
export faimond=0
export renewclass=0
export task_error=0 # tasks can set this variable to indicate an error
final_exit_code=0

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
fdie() {
Expand Down

0 comments on commit 77512b2

Please sign in to comment.