mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
10 lines
174 B
Bash
Executable File
10 lines
174 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source "./scripts/tests/lib.sh"
|
|
|
|
client_curl_resource "172.20.0.100/get"
|
|
|
|
docker compose stop api # Stop portal
|
|
|
|
client_curl_resource "172.20.0.100/get"
|