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
|
#!/bin/bash
|
||||||
|
set -x
|
||||||
|
|
||||||
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )"
|
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )"
|
||||||
|
echo $SCRIPT_DIR
|
||||||
if [[ $TARGETARCH == arm* ]] ;
|
if [[ $TARGETARCH == arm* ]] ;
|
||||||
then
|
then
|
||||||
echo "Installing ARM SQS Client..."
|
echo "Installing ARM SQS Client..."
|
||||||
|
|
Loading…
Reference in New Issue