Merge pull request #17 from basvandewiel/7-refactor-a-check-for-minimally-viable-configuration

Add function keyword.
This commit is contained in:
Bas v.d. Wiel 2023-03-09 18:17:59 +01:00 committed by GitHub
commit 2232f82e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ function viable_config() {
# Wait for the NFS server to be up
wait_for_nfs() {
function wait_for_nfs() {
local PORTS=(2049 111)
local START=$(date +%s)