fix subdirectory name

master
David Kebler 2023-03-19 11:48:53 -07:00
parent 49fd2bcfa6
commit 4ff10e1ab2
1 changed files with 1 additions and 1 deletions

View File

@ -26,8 +26,8 @@ if [[ ! $subdir == "shell" ]]; then
echo "export BASH_SHELL_USER_DIR=$user_home/$subdir" >> $user_home/.ucishell
fi
echo -e "*********** create UCI BASH Shell directories for user in $dir *******"
sdir=$user_home/$subdir
echo -e "*********** create UCI BASH Shell directories for user in $dir *******"
# subdirs="alias env ssh/config ssh/mounts /startup"
for dir in $(cat $BASH_SHELL_BASE/.bash-shell-include); do
mkdir -p $sdir/$dir