mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-21 04:01:01 +03:00
fix ci and make macos service time check more aggressive
This commit is contained in:
@@ -1395,8 +1395,8 @@ pub fn install_service() -> bool {
|
||||
"{cp} systemctl enable {app_name}; systemctl stop {app_name}; systemctl start {app_name};"
|
||||
)) {
|
||||
Config::set_option("stop-service".into(), "Y".into());
|
||||
return true;
|
||||
}
|
||||
true
|
||||
}
|
||||
|
||||
fn check_if_stop_service() {
|
||||
|
||||
Reference in New Issue
Block a user