s/monitor_check_once.sh/test_acceptance.sh/
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
dig gourichon.org
|
||||
7
service_definitions/public/gourichon_org/domain/test_acceptance.sh
Executable file
7
service_definitions/public/gourichon_org/domain/test_acceptance.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd -P "$(dirname "$(readlink -f "$0")" )"
|
||||
|
||||
set -eu
|
||||
|
||||
dig gourichon.org | grep -E 'gourichon.org.\s+[0-9]*\s+IN\s+A\s+82.64.72.120'
|
||||
Reference in New Issue
Block a user