4 lines
73 B
Bash
4 lines
73 B
Bash
#!/bin/bash
|
|
systemctl stop v2ray || true
|
|
systemctl disable v2ray || true
|
#!/bin/bash
|
|
systemctl stop v2ray || true
|
|
systemctl disable v2ray || true
|