fix user install directory

master
David Kebler 2024-02-16 23:45:59 -08:00
parent b38417294f
commit 49fbd09cd1
1 changed files with 2 additions and 1 deletions

View File

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