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