sweeper/CONTROL/postinst

8 lines
83 B
Plaintext
Raw Normal View History

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