Hi. I create new Shell user.
Sites -> Shell ->
Add new Shell-user
In table "shell_user" and collumn "shell" it is inserted
/bin/bash by default.
I change default value in
/usr/local/ispconfig/interface/web/sites/form/shell_user.tform.php
Example:
/bin/bash to /bin/zsh
Code:
...
'shell' => array (
'datatype' => 'VARCHAR',
'formtype' => 'TEXT',
'default' => '/bin/zsh',
'value' => '',
'width' => '30',
'maxlength' => '255'
),
...
But in mysql table "shell_user" and collumn "shell" it is inserted
/bin/bash again!
How change default login shell?
Thank you!
Recent comments
21 hours 32 min ago
1 day 4 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 18 hours ago
2 days 3 hours ago
2 days 4 hours ago
2 days 7 hours ago
2 days 12 hours ago
2 days 12 hours ago