diff --git a/install/scripts/copy-user.sh b/install/scripts/copy-user.sh index 249fd64..ed00cb8 100755 --- a/install/scripts/copy-user.sh +++ b/install/scripts/copy-user.sh @@ -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