6 lines
51 B
Text
6 lines
51 B
Text
|
#!/bin/sh
|
||
|
|
||
|
addgroup -S scanner 2>/dev/null
|
||
|
|
||
|
exit 0
|