Fix the bashrc path for root.

This commit is contained in:
Andrea Dell'Amico 2024-04-03 12:03:03 +02:00
parent 9497433a85
commit bf5d2a4054
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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