1
0
Fork 0
refactor/models
Matthew 2020-06-28 23:29:49 -04:00
parent 9678dddadd
commit b11af591e4
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default class SystemdD_Linger extends Command {
switch (args[0]) { switch (args[0]) {
case 'enable': case 'enable':
await this.client.util.exec(`loginctl enable-linger ${account.username}`); await this.client.util.exec(`loginctl enable-linger ${account.username}`);
this.success(message.channel, 'Successfully activated SystemdD linger.'); this.success(message.channel, 'Successfully activated SystemD linger.');
break; break;
case 'disable': case 'disable':
await this.client.util.exec(`loginctl disable-linger ${account.username}`); await this.client.util.exec(`loginctl disable-linger ${account.username}`);