remove mkdir
This commit is contained in:
parent
897c6f9cb6
commit
2202566054
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue