remove mkdir

This commit is contained in:
Antonio J. Delgado 2023-09-10 12:44:53 +03:00
parent 897c6f9cb6
commit 2202566054

View file

@ -1,6 +1,5 @@
#!/bin/bash #!/bin/bash
# Set other bashrc files # Load other bashrc files
mkdir -p "/etc/bashrc.d"
for bashrc_file in $(find /etc/bashrc.d -type f | sort | grep -v ~$) for bashrc_file in $(find /etc/bashrc.d -type f | sort | grep -v ~$)
do do
if [ -n "${bashrc_file}" ]; then if [ -n "${bashrc_file}" ]; then