Changeset 5910 for trunk/centreon/libinstall/functions
- Timestamp:
- 07/24/08 14:36:57 (4 months ago)
- Files:
-
- 1 modified
-
trunk/centreon/libinstall/functions (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/libinstall/functions
r5734 r5910 2030 2030 local not_clean="1" 2031 2031 while [ $not_clean -ne 0 ] ; do 2032 yes_no_default "$(gettext "Do you want I remove acentreon temporary working space to continue installation ?")" "$yes"2032 yes_no_default "$(gettext "Do you want me to remove the centreon temporary working space to continue installation ?")" "$yes" 2033 2033 if [ "$?" -eq 0 ] ; then 2034 2034 local tmp_base_dir=`dirname $TMPDIR` … … 2066 2066 log "INFO" "$(gettext "New sudo file generate in:") $sudo_clean" 2067 2067 if [ "$validate" -eq 1 ] ; then 2068 yes_no_default "$(gettext "Do you want Iclean your sudo files ? (clean centreon config)")"2068 yes_no_default "$(gettext "Do you want me to clean your sudo files ? (clean centreon config)")" 2069 2069 RC="$?" 2070 2070 fi
