Explorar el Código

Fixed user creation to not copy skel-files

release/3.x.x
Damian Wolgast hace 3 años
padre
commit
3ee785c781
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 97F36CC6D201E31B
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Build/deb-meta/DEBIAN/postinst

+ 1
- 1
Build/deb-meta/DEBIAN/postinst Ver fichero

@@ -9,7 +9,7 @@ INSTALLPATH=$BASEPATH/MQTTnetServer

# If user does not exist, create it
if (( $USEREXISTS == 1 )); then
useradd -d $INSTALLPATH -m -r $USER
useradd -d $INSTALLPATH -r $USER
EC=$(echo $?)

if (( $EC == 1 )); then


Cargando…
Cancelar
Guardar