Forgot a call to run() during the adduser.conf modification.

This commit is contained in:
Tonoxis
2021-09-10 01:16:41 -04:00
parent d6f2027beb
commit 88429abc17

View File

@@ -26,7 +26,8 @@ class Package extends \Robo\Tasks
->run();
$this->taskReplaceInFile($opts['prefix'].'/etc/adduser.conf')
->from('DSHELL=/bin/bash')
->to('DSHELL=/usr/bin/zsh');
->to('DSHELL=/usr/bin/zsh')
->run();
}
/**
* Removes the package