fix exit again
This commit is contained in:
parent
2a139c41c6
commit
813231e799
@ -283,7 +283,7 @@ pub fn set_option(key: String, value: String) {
|
|||||||
if crate::platform::is_installed() {
|
if crate::platform::is_installed() {
|
||||||
if value == "Y" {
|
if value == "Y" {
|
||||||
if crate::platform::uninstall_service(true) {
|
if crate::platform::uninstall_service(true) {
|
||||||
std::process::exit(0);
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if crate::platform::install_service() {
|
if crate::platform::install_service() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user