basic poc authenticated iframe
This commit is contained in:
parent
ac62a9a5a8
commit
4ea99550aa
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,8 @@
|
|||
#!/bin/bash
|
||||
set -x
|
||||
|
||||
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )"
|
||||
echo $SCRIPT_DIR
|
||||
if [[ $TARGETARCH == arm* ]] ;
|
||||
then
|
||||
echo "Installing ARM SQS Client..."
|
||||
|
|
Loading…
Reference in New Issue