add group at start

This commit is contained in:
mantaohuang 2023-12-09 20:24:54 -05:00
parent 258aadcf60
commit c18fc2a76c

View File

@ -1,5 +1,8 @@
#!/bin/bash #!/bin/bash
# add group openvpn
groupadd openvpn
# python venv # python venv
PATH="/mop/env/bin:$PATH" PATH="/mop/env/bin:$PATH"