diff --git a/include/profiles b/include/profiles index 3e8d5963..787d561a 100644 --- a/include/profiles +++ b/include/profiles @@ -247,6 +247,12 @@ UPLOAD_SERVER="${VALUE}" ;; + # Verbose output (--verbose) + verbose) + FIND=`echo "${VALUE}" | egrep "^(1|yes)"` && VERBOSE=1 + Debug "Verbose set to ${VERBOSE}" + ;; + # Catch all bad options and bail out *) LogText "Unknown option ${OPTION} (with value: ${VALUE})"