refs #273 adds tftpboot directory creation

ogboot_installer
Luis Gerardo Romero Garcia 2024-05-09 10:26:31 +02:00
parent 03924cd3b2
commit 0cda6118e0
1 changed files with 1 additions and 1 deletions

View File

@ -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