From 0cda6118e05afb44756737eab007e5b522ee5dab Mon Sep 17 00:00:00 2001 From: lgromero Date: Thu, 9 May 2024 10:26:31 +0200 Subject: [PATCH] refs #273 adds tftpboot directory creation --- installer/ogboot_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/ogboot_installer.sh b/installer/ogboot_installer.sh index b608875..58df485 100755 --- a/installer/ogboot_installer.sh +++ b/installer/ogboot_installer.sh @@ -298,7 +298,7 @@ function createDirs() { # Crear estructura de directorios. echoAndLog "${FUNCNAME}(): creating directory paths in $path_opengnsys_base" - mkdir -p "$path_opengnsys_base"/{bin,config,docs,public,src,etc/kea/backup,templates,var/{cache,log},vendor} + mkdir -p "$path_opengnsys_base"/{bin,config,docs,public,src,etc/kea/backup,templates,var/{cache,log},vendor, tftpboot} if [ $? -ne 0 ]; then errorAndLog "${FUNCNAME}(): error while creating dirs. Do you have write permissions?" return 1