Explorar el Código

exim4 subd i rectory

Bob Mottram hace 7 años
padre
commit
4349a10b6d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-base-email

+ 1
- 1
src/freedombone-base-email Ver fichero

@@ -80,7 +80,7 @@ function rebuild_exim_with_socks {
80 80
     fi
81 81
 
82 82
     # shellcheck disable=SC2154
83
-    if [ ! -d "$INSTALL_DIR" ]; then
83
+    if [ ! -d "$INSTALL_DIR/exim4" ]; then
84 84
         mkdir -p "$INSTALL_DIR/exim4"
85 85
     fi
86 86
     cd "$INSTALL_DIR/exim4" || exit 3468356