fix replace
This commit is contained in:
parent
6fc26edc9c
commit
5f807b6087
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
UPDATE ServerOption
|
UPDATE ServerOption
|
||||||
SET PublicAddress = '192.168.100.3'
|
SET PublicAddress = '<SERVER_PUBLIC_IP>'
|
||||||
WHERE PublicAddress = '<SERVER_PUBLIC_IP>';
|
WHERE PublicAddress = '192.168.100.3';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue