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
# Set other bashrc files
mkdir -p "/etc/bashrc.d"
# Load other bashrc files
for bashrc_file in $(find /etc/bashrc.d -type f | sort | grep -v ~$)
do
if [ -n "${bashrc_file}" ]; then