File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function ask {
2929function load_on_login {
3030 profile_file=" $HOME /.bashrc"
3131 if [[ -f " ${profile_file} " ]] &&
32- ! grep ' $HOME/.env/bash.env.sh' " $profile_file " > /dev/null 2>&1
32+ ! grep ' . $HOME/.env/bash.env.sh' " $profile_file " > /dev/null 2>&1
3333 then
3434 echo ' [[ -r $HOME/.env/bash.env.sh ]] && . $HOME/.env/bash.env.sh' >> " $profile_file "
3535 echo " .env will now load on login."
@@ -115,7 +115,7 @@ propagate_env_to_host() {
115115 PWD=` pwd`
116116 cd $HOME
117117 echo_info " Compressing local environment..."
118- COPYFILE_DISABLE=1 tar cfvz $ENVFILE --exclude=' .git ' --exclude= ' . DS_Store' --exclude=' .env/plugins/elocate/elocatedb' .env/ & > /dev/null
118+ COPYFILE_DISABLE=1 tar cfvz $ENVFILE --exclude=' .DS_Store' --exclude=' .env/plugins/elocate/elocatedb' .env/ & > /dev/null
119119 echo_info " Copying environment to $host ..."
120120 scp $ENVFILE $host :
121121 if [[ $? != 0 ]]; then echo " Copy failed!" ; return ; fi
You can’t perform that action at this time.
0 commit comments