mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
small fix
This commit is contained in:
parent
d84fd0f7d1
commit
6452c39583
1 changed files with 1 additions and 0 deletions
|
@ -50,5 +50,6 @@ script:
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
proxmark3 -h ;
|
proxmark3 -h ;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
chmod a+w ./pm3test.sh;
|
||||||
./pm3test.sh;
|
./pm3test.sh;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue