6 lines
57 B
Text
6 lines
57 B
Text
|
#!/bin/sh
|
||
|
|
||
|
addgroup -S weston-launch 2>/dev/null
|
||
|
|
||
|
exit 0
|