Ver a proveniência

Fixed user creation to not copy skel-files

release/3.x.x
Damian Wolgast há 3 anos
ascendente
cometimento
3ee785c781
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 97F36CC6D201E31B
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Build/deb-meta/DEBIAN/postinst

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

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


Carregando…
Cancelar
Guardar