Forgot a call to run() during the adduser.conf modification.
This commit is contained in:
@@ -26,7 +26,8 @@ class Package extends \Robo\Tasks
|
|||||||
->run();
|
->run();
|
||||||
$this->taskReplaceInFile($opts['prefix'].'/etc/adduser.conf')
|
$this->taskReplaceInFile($opts['prefix'].'/etc/adduser.conf')
|
||||||
->from('DSHELL=/bin/bash')
|
->from('DSHELL=/bin/bash')
|
||||||
->to('DSHELL=/usr/bin/zsh');
|
->to('DSHELL=/usr/bin/zsh')
|
||||||
|
->run();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* Removes the package
|
* Removes the package
|
||||||
|
|||||||
Reference in New Issue
Block a user