Skip to content

Commit

Permalink
should be exit 3 again
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Sep 27, 2019
1 parent 11d1838 commit c057519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ood-portal-generator/sbin/update_ood_portal
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ usage () {
echo "Usage: update_ood_portal [-r|--rpm] [-f|--force] [--detailed-exitcodes]"
echo "-r|--rpm Execution performed during RPM install"
echo "-f|--force Force replacement of configs even if checksums differ"
echo "--detailed-exitcodes Exit with 2 when changes are made and 4 when changes skipped"
echo "--detailed-exitcodes Exit with 3 when changes are made and 4 when changes skipped"
}

OPTS=`getopt -o rfh --long rpm,force,detailed-exitcodes,help -n 'update_ood_portal' -- "$@"`
Expand Down

0 comments on commit c057519

Please sign in to comment.