Re-enable sedscript cleanup now that I'm done testing it.

This commit is contained in:
Oliver Jowett 2014-12-09 20:45:00 +00:00
parent 47e70a96fe
commit 02c0f618e6

View file

@ -89,7 +89,7 @@ case "$1" in
cp -a -f $CONFIGFILE $CONFIGFILE.tmp
sed -f $SEDSCRIPT < $CONFIGFILE > $CONFIGFILE.tmp
mv -f $CONFIGFILE.tmp $CONFIGFILE
#rm $SEDSCRIPT
rm $SEDSCRIPT
db_get $NAME/auto-start
if [ "$RET" = "true" ]; then