Kaynağa Gözat

Fixed user creation to not copy skel-files

release/3.x.x
Damian Wolgast 3 yıl önce
ebeveyn
işleme
3ee785c781
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 97F36CC6D201E31B
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      Build/deb-meta/DEBIAN/postinst

+ 1
- 1
Build/deb-meta/DEBIAN/postinst Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet