prototypes: bifrost: Ignore dnsmasq service failures
[releng.git] / prototypes / bifrost / scripts / destroy-env.sh
index 6746457..cdc55df 100755 (executable)
@@ -46,7 +46,7 @@ fi
 rm -rf /var/lib/libvirt/images/*.qcow2
 
 echo "restarting services"
-service dnsmasq restart
+service dnsmasq restart || true
 service libvirtd restart
 service ironic-api restart
 service ironic-conductor start