]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-testvm/src-cirros/buildroot-2015.05/system/skeleton/root/.bash_profile
Fix for file injection is broken on centos computes with Cirros images LP #1587960
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / system / skeleton / root / .bash_profile
1 # .bash_profile
2
3 umask 022
4
5 if [ -f ~/.bashrc ]; then
6     source ~/.bashrc
7 fi