Brian O'Connor

Remove backup files generated by sed

Change-Id: I803320fac2bbb8852449d175e986a9f63e7cdbfe
......@@ -28,7 +28,7 @@ perl -pi.old -e "s/maxFileSize=1MB/maxFileSize=10MB/g" \
# Patch-in proper Karaf version into the startup script
sed -i.bk "s/apache-karaf-\$KARAF_VERSION/$KARAF_DIR/g" bin/onos-service
sed -i.bk "s/apache-karaf-\$KARAF_VERSION/$KARAF_DIR/g" bin/onos-client
rm -f *.bk
rm -f bin/*.bk
mv bin/onos-client bin/onos
chmod a+x bin/onos-service bin/onos
......