add bash_profile, need in rhel
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
eb08fd416a
commit
f81b8e2e75
2 changed files with 9 additions and 1 deletions
8
.bash_profile
Normal file
8
.bash_profile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# .bash_profile
|
||||
|
||||
# Get the aliases and functions
|
||||
if [ -f ~/.bashrc ]; then
|
||||
. ~/.bashrc
|
||||
fi
|
||||
|
||||
# User specific environment and startup programs
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
if [ "$HOSTNAME" = lbdlspa001 ]; then
|
||||
rsync -av --delete -e ssh /home/.autofs/lunixpf001/home-linux/grotemi-admin/repos/ lzeorpt001.mgmt.dpaor.org:/homes/MGMT/grotemi-admin/repos
|
||||
rsync -av --delete -e ssh /home/.autofs/lunixpf001/home-linux/grotemi-admin/ lzeorpt001.mgmt.dpaor.org:/homes/MGMT/grotemi-admin
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue