Fix the bashrc path for root.
This commit is contained in:
parent
9497433a85
commit
bf5d2a4054
|
@ -39,7 +39,7 @@ bash_etc_skel_file: /etc/skel/.bashrc
|
|||
bash_custom_skel_bashrc_file: files/skel_bashrc.sh
|
||||
bash_customize_root_bashrc: false
|
||||
bash_custom_root_bashrc_file: files/root_bashrc.sh
|
||||
bash_root_bashrc_file: /etc/.bashrc
|
||||
bash_root_bashrc_file: /root/.bashrc
|
||||
bash_customize_root_history_settings: false
|
||||
bash_custom_history_directory: /var/log/users_root_history
|
||||
bash_custom_history_settings_file: files/root_bashrc_history.sh
|
||||
|
|
Loading…
Reference in New Issue