File tree Expand file tree Collapse file tree
frontend/src/app/app-module/guides/guide-macos-agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export class GuideMacosAgentComponent implements OnInit {
4848
4949 getUninstallCommand ( installerName : string ) : string {
5050 // tslint:disable-next-line:max-line-length
51- return `sudo bash -c "/opt/utmstack/${ installerName } uninstall ; launchctl bootout system /Library/LaunchDaemons/UTMStackAgent.plist 2>/dev/null; rm /Library/LaunchDaemons/UTMStackAgent.plist; rm -rf /opt/utmstack"` ;
51+ return `sudo bash -c "/opt/utmstack/${ installerName } ; launchctl bootout system /Library/LaunchDaemons/UTMStackAgent.plist 2>/dev/null; rm /Library/LaunchDaemons/UTMStackAgent.plist; rm -rf /opt/utmstack"` ;
5252 }
5353
5454
@@ -57,7 +57,7 @@ export class GuideMacosAgentComponent implements OnInit {
5757 {
5858 id : 1 , name : 'ARM64' ,
5959 install : this . getCommandARM ( 'utmstack_agent_service install' ) ,
60- uninstall : this . getUninstallCommand ( 'utmstack_agent_service install ' ) ,
60+ uninstall : this . getUninstallCommand ( 'utmstack_agent_service uninstall ' ) ,
6161 shell : ''
6262 } ,
6363 ] ;
You can’t perform that action at this time.
0 commit comments