Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.1
firmwarekit
biostest_sh.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File biostest_sh.patch of Package firmwarekit
--- biostest.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) Index: firmwarekit/biostest.sh =================================================================== --- /dev/null +++ firmwarekit/biostest.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +DIR="/usr/lib/firmwarekit" +export OUTPUT_DIR="/var/log/firmwarekit" + +if [ ! -d "$DIR" ];then + echo "Could not find directory $DIR" + exit 1 +fi + + +pushd "$DIR" +./biostest "$@" +popd +
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor