File: bosixnet-webui.postinst

package info (click to toggle)
bosixnet 2.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: cpp: 409; sh: 262; makefile: 4
file content (12 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

id -u bosixnet >/dev/null 2>&1 || adduser --quiet \
                                          --system \
                                          --group \
                                          --no-create-home \
                                          --home /nonexistent \
                                          bosixnet

#DEBHELPER#