Skip to content

Commit

Permalink
fixed unstartup when launchd
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivien Adnot authored and vmarchaud committed Aug 17, 2018
1 parent bbcb2b6 commit 3d0461c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API/Startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ module.exports = function(CLI) {
case 'launchd':
var destination = path.join(process.env.HOME, 'Library/LaunchAgents/' + launchd_service_name + '.plist');
commands = [
'launchctl remove com.' + launchd_service_name,
'launchctl remove ' + launchd_service_name,
'rm ' + destination
];
break;
Expand Down

0 comments on commit 3d0461c

Please sign in to comment.