#!/bin/sh f=/mod/etc/sweeper.conf [ ! -f $f ] && [ -f $f~ ] && cp $f~ $f exit 0