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
|
#!/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
|
||||||
|
|
Loading…
Reference in a new issue