refs #4550 user admin added to lpadmin group
gitea/printnatura/pipeline/head This commit looks good
Details
gitea/printnatura/pipeline/head This commit looks good
Details
This commit is contained in:
parent
fc81e68f52
commit
e8d2b3bd5d
|
@ -29,7 +29,7 @@ salix:
|
|||
url: http://localhost:3000
|
||||
user: user
|
||||
password: password
|
||||
# Printers with cutter (no print)
|
||||
# Excluded printers
|
||||
printers:
|
||||
- labeler43
|
||||
- labeler45
|
||||
|
|
|
@ -9,7 +9,7 @@ salix:
|
|||
url: http://localhost:3000
|
||||
user: user
|
||||
password: password
|
||||
# Printers with cutter (no print)
|
||||
# Excluded printers
|
||||
printers:
|
||||
- labeler43
|
||||
- labeler45
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
useradd admin
|
||||
echo "admin:$CUPS_PASSWORD" | chpasswd
|
||||
usermod -g lpadmin admin
|
||||
cupsd
|
||||
|
||||
exec $@
|
||||
|
|
Loading…
Reference in New Issue