Update 'Run.sh'
This commit is contained in:
6
Run.sh
6
Run.sh
@@ -43,9 +43,9 @@ function install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function enable() {
|
function enable() {
|
||||||
add_iniKeyEx IpToCountry.ini UWeb.WebServer 'Applications[2]' ChaChaRESTStats.ChaChaRESTStats
|
add_iniKeyEx $CFG_FILE UWeb.WebServer 'Applications[2]' ChaChaRESTStats.ChaChaRESTStats
|
||||||
add_iniKeyEx IpToCountry.ini UWeb.WebServer 'ApplicationPaths[2]' '/api/v1'
|
add_iniKeyEx $CFG_FILE UWeb.WebServer 'ApplicationPaths[2]' '/api/v1'
|
||||||
add_iniKeyEx IpToCountry.ini UWeb.WebServer 'bEnabled' True
|
add_iniKeyEx $CFG_FILE UWeb.WebServer 'bEnabled' True
|
||||||
|
|
||||||
echo enable ok
|
echo enable ok
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user