- Timestamp:
- 12/05/2011 18:03:53 (6 months ago)
- File:
-
- 1 edited
-
trunk/confexport.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confexport.in
r528 r539 144 144 # Switch to the new export 145 145 old_conf_export=$(conf_tmp_dir) 146 mv "${CONF_EXPORT_FILE}" "${old_conf_export}" || exit 1 146 if [ -e "${CONF_EXPORT_FILE}" ]; then 147 mv "${CONF_EXPORT_FILE}" "${old_conf_export}" || exit 1 148 fi 147 149 mv "${temp_conf_export}" "${CONF_EXPORT_FILE}" 148 150
Note: See TracChangeset
for help on using the changeset viewer.
