Skip to content

Commit

Permalink
use config from sub-scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 22, 2024
1 parent f3ee19d commit 233864d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/osc-api-seems-valid.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

# check if $1 is valide, if $2 is present, remove invalide file
shopt -s expand_aliases
source ../config.sh

test=$(json-search -sn Request $1 | json-search -n properties)
test_ret=$?
Expand Down

0 comments on commit 233864d

Please sign in to comment.