Changeset 5910 for trunk/centreon/libinstall/CentStorage.sh
- Timestamp:
- 07/24/08 14:36:57 (4 months ago)
- Files:
-
- 1 modified
-
trunk/centreon/libinstall/CentStorage.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centreon/libinstall/CentStorage.sh
r5687 r5910 146 146 cp $TMPDIR/final/centstorage.init.d $INSTALL_DIR_CENTREON/examples/centstorage.init.d 147 147 148 yes_no_default "$(gettext "Do you want Iinstall CentStorage init script ?")"148 yes_no_default "$(gettext "Do you want me to install CentStorage init script ?")" 149 149 if [ $? -eq 0 ] ; then 150 150 log "INFO" "$(gettext "CentStorage init script installed")" … … 152 152 $TMPDIR/final/centstorage.init.d \ 153 153 $INIT_D/centstorage >> $LOG_FILE 2>&1 154 yes_no_default "$(gettext "Do you want Iinstall CentStorage run level ?")"154 yes_no_default "$(gettext "Do you want me to install CentStorage run level ?")" 155 155 if [ $? -eq 0 ] ; then 156 156 install_init_service "centstorage" | tee -a $LOG_FILE
