소스 검색

Fixed user creation to not copy skel-files

release/3.x.x
Damian Wolgast 3 년 전
부모
커밋
3ee785c781
No known key found for this signature in database GPG 키 ID: 97F36CC6D201E31B
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Build/deb-meta/DEBIAN/postinst

+ 1
- 1
Build/deb-meta/DEBIAN/postinst 파일 보기

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


불러오는 중...
취소
저장