Add function keyword.

This commit is contained in:
Bas v.d. Wiel 2023-03-09 18:17:29 +01:00
parent 887b078fd4
commit 0a6f1ec9f7
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)