mirror of
https://github.com/DJSundog/wg-portal.git
synced 2024-11-12 17:58:38 -05:00
7 lines
94 B
Bash
Executable File
7 lines
94 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
goss -g /app/goss/pbserv/goss.yaml validate --format json_oneline
|
|
|
|
exit 0 |