Re-enable sedscript cleanup now that I'm done testing it.
This commit is contained in:
parent
47e70a96fe
commit
02c0f618e6
2
debian/dump1090-mutability.postinst
vendored
2
debian/dump1090-mutability.postinst
vendored
|
@ -89,7 +89,7 @@ case "$1" in
|
||||||
cp -a -f $CONFIGFILE $CONFIGFILE.tmp
|
cp -a -f $CONFIGFILE $CONFIGFILE.tmp
|
||||||
sed -f $SEDSCRIPT < $CONFIGFILE > $CONFIGFILE.tmp
|
sed -f $SEDSCRIPT < $CONFIGFILE > $CONFIGFILE.tmp
|
||||||
mv -f $CONFIGFILE.tmp $CONFIGFILE
|
mv -f $CONFIGFILE.tmp $CONFIGFILE
|
||||||
#rm $SEDSCRIPT
|
rm $SEDSCRIPT
|
||||||
|
|
||||||
db_get $NAME/auto-start
|
db_get $NAME/auto-start
|
||||||
if [ "$RET" = "true" ]; then
|
if [ "$RET" = "true" ]; then
|
||||||
|
|
Loading…
Reference in a new issue