diff options
-rwxr-xr-x | installer/opengnsys_update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_update.sh b/installer/opengnsys_update.sh index c61044a5..76904e86 100755 --- a/installer/opengnsys_update.sh +++ b/installer/opengnsys_update.sh @@ -529,7 +529,7 @@ function updateClient() fi # Montar la imagen ISO del ogclient, actualizar ficheros y desmontar. echoAndLog "${FUNCNAME}(): Updating ogclient files" - mkdir $TMPDIR + mkdir -p $TMPDIR mount -o loop,ro $TARGETFILE $TMPDIR rsync -irplt $TMPDIR/* $INSTALL_TARGET/tftpboot umount $TMPDIR |